Skip to content

Commit 59bc827

Browse files
committed
reference correct type in the context of the section
1 parent 68d32cd commit 59bc827

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)