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 d8a52f1 commit b6d726fCopy full SHA for b6d726f
spec/Section 5 -- Validation.md
@@ -349,15 +349,15 @@ are the leaf nodes of any GraphQL query.
349
The following is valid.
350
351
```graphql
352
-fragment scalarSelection: Dog {
+fragment scalarSelection on Dog {
353
barkVolume
354
}
355
```
356
357
The following is invalid.
358
359
```!graphql
360
-fragment scalarSelectionsNotAllowedOnBoolean : Dog {
+fragment scalarSelectionsNotAllowedOnBoolean on Dog {
361
barkVolume {
362
sinceWhen
363
0 commit comments