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 201260e commit 545cba6Copy full SHA for 545cba6
Section 2 -- Language.md
@@ -418,7 +418,7 @@ will be present and `friends` will not.
418
Query variables can be used within fragments. Query variables have global scope
419
with a given operation, so a variable used within a fragment must be declared
420
in any top-level operation that transitively consumes that fragment. If
421
-variable is referenced in a fragment and is included by an operation that does
+a variable is referenced in a fragment and is included by an operation that does
422
not define that variable, the operation cannot be executed.
423
424
### Inline fragments
0 commit comments