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 17002d4 commit 6456c5fCopy full SHA for 6456c5f
spec/Section 3 -- Type System.md
@@ -305,8 +305,8 @@ SchemaCoordinate: Name . Name
305
1. Let {typeName} be the value of the first {Name}.
306
2. Let {type} be the type in the schema named {typeName}.
307
3. If {type} is an Enum type:
308
- 1. Let {enumName} be the value of the second {Name}.
309
- 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}.
310
4. Otherwise if {type} is an Input Object type:
311
1. Let {inputFieldName} be the value of the second {Name}.
312
2. Return the input field of {type} named {inputFieldName}.
0 commit comments