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 87a38e2 commit 75c48baCopy full SHA for 75c48ba
spec/Section 3 -- Type System.md
@@ -2234,8 +2234,8 @@ SchemaCoordinate : @ Name ( Name : )
2234
1. Let {directiveName} be the value of the first {Name}.
2235
2. Let {directive} be the directive in the {schema} named {directiveName}.
2236
3. Assert {directive} must exist.
2237
- 7. Let {argumentName} be the value of the second {Name}.
2238
- 8. Return the argument of {directive} named {argumentName}.
+ 4. Let {argumentName} be the value of the second {Name}.
+ 5. Return the argument of {directive} named {argumentName}.
2239
2240
**Examples**
2241
0 commit comments