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`:
12091209
12101210** Variable Use Within Fragments**
12111211
1212- Variables can be used within fragments. Operation defined variables have global
1212+ Variables can be used within fragments. Operation- defined variables have global
12131213scope with a given operation, so a variable used within a fragment must either
12141214be declared in any top-level operation that transitively consumes that fragment,
12151215or by that same fragment as a fragment argument. If a variable is referenced in
@@ -1275,7 +1275,7 @@ fragment dynamicProfilePic($size: Int!) on User {
12751275
12761276The profilePic for ` user ` will be determined by the variables set by the
12771277operation, 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,
12791279while ` dynamicProfilePic ` uses the value passed in via the fragment spread's
12801280argument ` size ` .
12811281
You can’t perform that action at this time.
0 commit comments