Skip to content

Commit a9ab37d

Browse files
authored
Merge pull request #1061 from puradox/master
docs: Fix possible typo
2 parents e236ca2 + 4319ba1 commit a9ab37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type/definition.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,8 +1202,8 @@ export type GraphQLInputFieldMap =
12021202
* const PersonType = new GraphQLObjectType({
12031203
* name: 'Person',
12041204
* fields: () => ({
1205-
* parents: { type: new GraphQLList(Person) },
1206-
* children: { type: new GraphQLList(Person) },
1205+
* parents: { type: new GraphQLList(PersonType) },
1206+
* children: { type: new GraphQLList(PersonType) },
12071207
* })
12081208
* })
12091209
*

0 commit comments

Comments
 (0)