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
2226
2226
2227
2227
1. Let {typeName } be the value of the first {Name }.
2228
2228
2. Let {type } be the type in the {schema } named {typeName }.
2229
- 3. Assert {type } exists .
2229
+ 3. Assert {type } must exist .
2230
2230
4. If {type } is an Enum type :
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 }.
@@ -2248,7 +2248,7 @@ 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 } exists .
2251
+ 3. Assert {type } must exist .
2252
2252
4. Assert {type } must be an Object or Interface type .
2253
2253
5. Let {fieldName } be the value of the second {Name }.
2254
2254
6. Let {field } be the field of {type } named {fieldName }.
You can’t perform that action at this time.
0 commit comments