Skip to content

Commit 4982843

Browse files
benjiemagicmark
authored andcommitted
"in the {schema}" -> "in {schema}" for consistency with the spec
1 parent 42d4d25 commit 4982843

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Section 3 -- Type System.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,12 +2293,12 @@ non-leaf nodes within a _schema coordinate_ cannot be found in the {schema}.
22932293
TypeCoordinate : Name
22942294

22952295
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.
22972297

22982298
MemberCoordinate : Name . Name
22992299

23002300
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}.
23022302
3. Assert: {type} must exist, and must be an Enum, Input Object, Object or
23032303
Interface type.
23042304
4. If {type} is an Enum type:
@@ -2314,7 +2314,7 @@ MemberCoordinate : Name . Name
23142314
ArgumentCoordinate : Name . Name ( Name : )
23152315

23162316
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}.
23182318
3. Assert: {type} must exist, and be an Object or Interface type.
23192319
4. Let {fieldName} be the value of the second {Name}.
23202320
5. Let {field} be the field of {type} named {fieldName}.
@@ -2325,12 +2325,12 @@ ArgumentCoordinate : Name . Name ( Name : )
23252325
DirectiveCoordinate : @ Name
23262326

23272327
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.
23292329

23302330
DirectiveArgumentCoordinate : @ Name ( Name : )
23312331

23322332
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}.
23342334
3. Assert: {directive} must exist.
23352335
4. Let {directiveArgumentName} be the value of the second {Name}.
23362336
5. Return the argument of {directive} named {directiveArgumentName} if it

0 commit comments

Comments
 (0)