@@ -2220,7 +2220,7 @@ SchemaCoordinate : Name
2220
2220
1. Let {typeName } be the value of the first {Name }.
2221
2221
2. Let {type } be the type in the {schema } named {typeName }.
2222
2222
3. If {type } does not exist , return {void }.
2223
- 4. Return {type }
2223
+ 4. Return {type }.
2224
2224
2225
2225
SchemaCoordinate : Name . Name
2226
2226
@@ -2231,18 +2231,18 @@ SchemaCoordinate : Name . Name
2231
2231
5. Let {enumValueName } be the value of the second {Name }.
2232
2232
6. Let {enumValue } be the enum value of {type } named {enumValueName }.
2233
2233
7. If {enumValue } does not exist , return {void }.
2234
- 8. Return {enumValue }
2234
+ 8. Return {enumValue }.
2235
2235
9. Otherwise if {type } is an Input Object type :
2236
2236
10. Let {inputFieldName } be the value of the second {Name }.
2237
2237
11. Let {inputField } be the input field of {type } named {inputFieldName }.
2238
2238
12. If {inputField } does not exist , return {void }.
2239
- 13. Return {inputField }
2239
+ 13. Return {inputField }.
2240
2240
14. Otherwise :
2241
2241
15. Assert {type } must be an Object or Interface type .
2242
2242
16. Let {fieldName } be the value of the second {Name }.
2243
2243
17. Let {field } be the field of {type } named {fieldName }.
2244
2244
18. If {field } does not exist , return {void }.
2245
- 19. Return {field }
2245
+ 19. Return {field }.
2246
2246
2247
2247
SchemaCoordinate : Name . Name ( Name : )
2248
2248
@@ -2271,7 +2271,7 @@ SchemaCoordinate : @ Name ( Name : )
2271
2271
2. Let {directive } be the directive in the {schema } named {directiveName }.
2272
2272
3. Assert {directive } must exist .
2273
2273
4. Let {directiveArgumentName } be the value of the second {Name }.
2274
- 5. Let {directiveArgument } be the argument of {directive } named
2274
+ 5. Let {directiveArgument } be the argument of {directive } named .
2275
2275
{directiveArgumentName }.
2276
2276
6. If {directiveArgument } does not exist , return {void }.
2277
2277
7. Return {directiveArgument }.
0 commit comments