We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c02898 commit d7f52b3Copy full SHA for d7f52b3
docs/usage/validator.rst
@@ -31,7 +31,7 @@ In this case, we will get::
31
" Did you mean 'homePlanet'?",
32
locations=[SourceLocation(line=5, column=9)]),
33
GraphQLError(
34
- "Field 'friends' of type '[Character]' must have a sub selection of subfields."
+ "Field 'friends' of type '[Character]' must have a selection of subfields."
35
" Did you mean 'friends { ... }'?",
36
locations=[SourceLocation(line=6, column=9)])]
37
0 commit comments