We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faa2bd commit c2583a5Copy full SHA for c2583a5
src/GraphQLParser/Extensions/ASTNodeExtensions.cs
@@ -162,6 +162,6 @@ public static int FragmentsCount(this GraphQLDocument document)
162
GraphQLInlineFragment => DirectiveLocation.InlineFragment,
163
GraphQLVariableDefinition => DirectiveLocation.VariableDefinition,
164
165
- _ => throw new ArgumentOutOfRangeException(nameof(node), "The supplied node cannot")
+ _ => throw new ArgumentOutOfRangeException(nameof(node), "Directives cannot be supplied for the specified node.")
166
};
167
}
0 commit comments