Skip to content

Commit 8d8bbae

Browse files
carlocorradiniMichalLytek
authored andcommitted
docs(interface): fix IPerson typo in snippet (#764)
1 parent 05dae42 commit 8d8bbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ interface Person implements Node {
103103
age: Int!
104104
}
105105

106-
type Student implements Node & IPerson {
106+
type Student implements Node & Person {
107107
id: ID!
108108
name: String!
109109
age: Int!

0 commit comments

Comments
 (0)