Skip to content

Commit 3c6695c

Browse files
authored
Editorial: consistent field ordering in Circular References examples (#1214)
1 parent ff0d285 commit 3c6695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,8 +1622,8 @@ This example of a circularly-referenced input type is invalid as the field
16221622

16231623
```graphql counter-example
16241624
input Example {
1625-
value: String
16261625
self: Example!
1626+
value: String
16271627
}
16281628
```
16291629

0 commit comments

Comments
 (0)