File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2253,13 +2253,12 @@ ArgumentCoordinate : Name . Name ( Name : )
2253
2253
2254
2254
1. Let {typeName } be the value of the first {Name }.
2255
2255
2. Let {type } be the type in the {schema } named {typeName }.
2256
- 3. Assert : {type } must exist .
2257
- 4. Assert : {type } must be an Object or Interface type .
2258
- 5. Let {fieldName } be the value of the second {Name }.
2259
- 6. Let {field } be the field of {type } named {fieldName }.
2260
- 7. Assert : {field } must exist .
2261
- 8. Let {fieldArgumentName } be the value of the third {Name }.
2262
- 9. Return the argument of {field } named {fieldArgumentName }, or {null } if no
2256
+ 3. Assert : {type } must exist , and be an Object or Interface type .
2257
+ 4. Let {fieldName } be the value of the second {Name }.
2258
+ 5. Let {field } be the field of {type } named {fieldName }.
2259
+ 6. Assert : {field } must exist .
2260
+ 7. Let {fieldArgumentName } be the value of the third {Name }.
2261
+ 8. Return the argument of {field } named {fieldArgumentName }, or {null } if no
2263
2262
such argument exists .
2264
2263
2265
2264
DirectiveCoordinate : @ Name
You can’t perform that action at this time.
0 commit comments