File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ size `60`:
1209
1209
1210
1210
** Variable use within Fragments**
1211
1211
1212
- Variables can be used within fragments. Operation defined variables have global
1212
+ Variables can be used within fragments. Operation- defined variables have global
1213
1213
scope with a given operation, so a variable used within a fragment must either
1214
1214
be declared in any top-level operation that transitively consumes that fragment,
1215
1215
or by that same fragment as a fragment argument. If a variable is referenced in
@@ -1275,7 +1275,7 @@ fragment dynamicProfilePic($size: Int!) on User {
1275
1275
1276
1276
The profilePic for ` user ` will be determined by the variables set by the
1277
1277
operation, while ` secondUser ` will always have a profilePic of size 10. In this
1278
- case, the fragment ` variableProfilePic ` uses the operation defined variable,
1278
+ case, the fragment ` variableProfilePic ` uses the operation- defined variable,
1279
1279
while ` dynamicProfilePic ` uses the value passed in via the fragment spread's
1280
1280
argument ` size ` .
1281
1281
You can’t perform that action at this time.
0 commit comments