File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2248,14 +2248,15 @@ SchemaCoordinate : Name . Name ( Name : )
2248
2248
2249
2249
1. Let {typeName } be the value of the first {Name }.
2250
2250
2. Let {type } be the type in the {schema } named {typeName }.
2251
- 3. Assert {type } must be an Object or Interface type .
2252
- 4. Let {fieldName } be the value of the second {Name }.
2253
- 5. Let {field } be the field of {type } named {fieldName }.
2254
- 6. Assert {field } must exist .
2255
- 7. Let {fieldArgumentName } be the value of the third {Name }.
2256
- 8. Let {fieldArgument } be the argument of {field } named {fieldArgumentName }.
2257
- 9. If {fieldArgument } does not exist , return {void }.
2258
- 10. Return {fieldArgument }.
2251
+ 3. Assert that {type } exists .
2252
+ 4. Assert {type } must be an Object or Interface type .
2253
+ 5. Let {fieldName } be the value of the second {Name }.
2254
+ 6. Let {field } be the field of {type } named {fieldName }.
2255
+ 7. Assert {field } must exist .
2256
+ 8. Let {fieldArgumentName } be the value of the third {Name }.
2257
+ 9. Let {fieldArgument } be the argument of {field } named {fieldArgumentName }.
2258
+ 10. If {fieldArgument } does not exist , return {void }.
2259
+ 11. Return {fieldArgument }.
2259
2260
2260
2261
SchemaCoordinate : @ Name
2261
2262
You can’t perform that action at this time.
0 commit comments