Skip to content

Commit 14cae42

Browse files
committed
Update Section 4 -- Consistent use of comma
Some queries are missing a `,` to separate fields in a query.
1 parent b3d955a commit 14cae42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section 4 -- Introspection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The query
2121
```
2222
{
2323
__type(name: "User") {
24-
name
24+
name,
2525
fields {
26-
name
26+
name,
2727
type { name }
2828
}
2929
}

0 commit comments

Comments
 (0)