Skip to content

Commit e2ee2a5

Browse files
committed
Merge pull request #20 from clentfort/section-4-consistent-comma
Update Section 4 -- Consistent use of comma
2 parents f479b6a + 14cae42 commit e2ee2a5

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)