Skip to content

Commit fc50e15

Browse files
committed
Merge pull request #39 from albertstill/patch-1
Reference the correct type in section 3.1.3
2 parents 68d32cd + 59bc827 commit fc50e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ interface. Querying for `age` is only valid when the result of `entity` is a
493493
{
494494
entity {
495495
name,
496-
... on User {
496+
... on Person {
497497
age
498498
}
499499
},

0 commit comments

Comments
 (0)