Skip to content

Commit 37c9c10

Browse files
committed
more condensing
1 parent 8584fa3 commit 37c9c10

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

spec/Section 3 -- Type System.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,13 +2253,12 @@ ArgumentCoordinate : Name . Name ( Name : )
22532253

22542254
1. Let {typeName} be the value of the first {Name}.
22552255
2. Let {type} be the type in the {schema} named {typeName}.
2256-
3. Assert: {type} must exist.
2257-
4. Assert: {type} must be an Object or Interface type.
2258-
5. Let {fieldName} be the value of the second {Name}.
2259-
6. Let {field} be the field of {type} named {fieldName}.
2260-
7. Assert: {field} must exist.
2261-
8. Let {fieldArgumentName} be the value of the third {Name}.
2262-
9. Return the argument of {field} named {fieldArgumentName}, or {null} if no
2256+
3. Assert: {type} must exist, and be an Object or Interface type.
2257+
4. Let {fieldName} be the value of the second {Name}.
2258+
5. Let {field} be the field of {type} named {fieldName}.
2259+
6. Assert: {field} must exist.
2260+
7. Let {fieldArgumentName} be the value of the third {Name}.
2261+
8. Return the argument of {field} named {fieldArgumentName}, or {null} if no
22632262
such argument exists.
22642263

22652264
DirectiveCoordinate : @ Name

0 commit comments

Comments
 (0)