File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2226,7 +2226,7 @@ SchemaCoordinate : Name . Name
22262226
222722271. Let {typeName } be the value of the first {Name }.
222822282. Let {type } be the type in the {schema } named {typeName }.
2229- 3. Assert that {type } exists .
2229+ 3. Assert {type } exists .
223022304. If {type } is an Enum type :
223122315. Let {enumValueName } be the value of the second {Name }.
223222326. Let {enumValue } be the enum value of {type } named {enumValueName }.
@@ -2248,7 +2248,7 @@ SchemaCoordinate : Name . Name ( Name : )
22482248
224922491. Let {typeName } be the value of the first {Name }.
225022502. Let {type } be the type in the {schema } named {typeName }.
2251- 3. Assert that {type } exists .
2251+ 3. Assert {type } exists .
225222524. Assert {type } must be an Object or Interface type .
225322535. Let {fieldName } be the value of the second {Name }.
225422546. Let {field } be the field of {type } named {fieldName }.
You can’t perform that action at this time.
0 commit comments