@@ -2293,12 +2293,12 @@ non-leaf nodes within a _schema coordinate_ cannot be found in the {schema}.
2293
2293
TypeCoordinate : Name
2294
2294
2295
2295
1. Let {typeName } be the value of {Name }.
2296
- 2. Return the type in the {schema } named {typeName } if it exists .
2296
+ 2. Return the type in {schema } named {typeName } if it exists .
2297
2297
2298
2298
MemberCoordinate : Name . Name
2299
2299
2300
2300
1. Let {typeName } be the value of the first {Name }.
2301
- 2. Let {type } be the type in the {schema } named {typeName }.
2301
+ 2. Let {type } be the type in {schema } named {typeName }.
2302
2302
3. Assert : {type } must exist , and must be an Enum , Input Object , Object or
2303
2303
Interface type .
2304
2304
4. If {type } is an Enum type :
@@ -2314,7 +2314,7 @@ MemberCoordinate : Name . Name
2314
2314
ArgumentCoordinate : Name . Name ( Name : )
2315
2315
2316
2316
1. Let {typeName } be the value of the first {Name }.
2317
- 2. Let {type } be the type in the {schema } named {typeName }.
2317
+ 2. Let {type } be the type in {schema } named {typeName }.
2318
2318
3. Assert : {type } must exist , and be an Object or Interface type .
2319
2319
4. Let {fieldName } be the value of the second {Name }.
2320
2320
5. Let {field } be the field of {type } named {fieldName }.
@@ -2325,12 +2325,12 @@ ArgumentCoordinate : Name . Name ( Name : )
2325
2325
DirectiveCoordinate : @ Name
2326
2326
2327
2327
1. Let {directiveName } be the value of {Name }.
2328
- 2. Return the directive in the {schema } named {directiveName } if it exists .
2328
+ 2. Return the directive in {schema } named {directiveName } if it exists .
2329
2329
2330
2330
DirectiveArgumentCoordinate : @ Name ( Name : )
2331
2331
2332
2332
1. Let {directiveName } be the value of the first {Name }.
2333
- 2. Let {directive } be the directive in the {schema } named {directiveName }.
2333
+ 2. Let {directive } be the directive in {schema } named {directiveName }.
2334
2334
3. Assert : {directive } must exist .
2335
2335
4. Let {directiveArgumentName } be the value of the second {Name }.
2336
2336
5. Return the argument of {directive } named {directiveArgumentName } if it
0 commit comments