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 c46e706 commit 2117038Copy full SHA for 2117038
spec/Section 2 -- Language.md
@@ -1220,7 +1220,8 @@ size `60`:
1220
**Variable Use Within Fragments**
1221
1222
Variables can be used within fragments. Operation-defined variables have global
1223
-scope with a given operation, so a variable used within a fragment must either
+scope with a given operation. Fragment-defined variables have local scope within the
1224
+fragment definition they are defined in. A variable used within a fragment must either
1225
be declared in any top-level operation that transitively consumes that fragment,
1226
or by that same fragment as a fragment variable definition. If a variable
1227
referenced in a fragment is included by an operation where neither the fragment
0 commit comments