We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fa841 commit d7590faCopy full SHA for d7590fa
spec/Section 2 -- Language.md
@@ -1216,7 +1216,8 @@ size `60`:
1216
**Variable Use Within Fragments**
1217
1218
Variables can be used within fragments. Operation-defined variables have global
1219
-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
1220
+fragment definition they are defined in. A variable used within a fragment must either
1221
be declared in any top-level operation that transitively consumes that fragment,
1222
or by that same fragment as a fragment variable definition. If a variable
1223
referenced in a fragment is included by an operation where neither the fragment
0 commit comments