We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7714c41 commit 856cd6eCopy full SHA for 856cd6e
spec/Section 3 -- Type System.md
@@ -274,8 +274,8 @@ SchemaCoordinate: Name . Name
274
1. Let {typeName} be the value of the first {Name}.
275
2. Let {type} be the type in the schema named {typeName}.
276
3. If {type} is an Enum type:
277
- 1. Let {enumName} be the value of the second {Name}.
278
- 2. Return the enum value of {type} named {enumName}.
+ 1. Let {enumValueName} be the value of the second {Name}.
+ 2. Return the enum value of {type} named {enumValueName}.
279
4. Otherwise if {type} is an Input Object type:
280
1. Let {inputFieldName} be the value of the second {Name}.
281
2. Return the input field of {type} named {inputFieldName}.
0 commit comments