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 61d2117 commit 815952aCopy full SHA for 815952a
spec/Section 5 -- Validation.md
@@ -715,9 +715,9 @@ fragment argOnOptional on Dog {
715
}
716
```
717
718
-The above is also applicable to fragment-definitions and fragment-spreads, each
719
-variable must be defined by the fragment-definition before it can be inserted as
720
-an argument by the fragment-spread.
+The above is also applicable to fragment definitions and fragment spreads, each
+variable must be defined by the fragment definition before it can be inserted as
+an argument by the fragment spread.
721
722
```graphql example
723
fragment withFragmentArg($command: DogCommand) on Dog {
0 commit comments