There was an error while loading. Please reload this page.
2 parents e236ca2 + 4319ba1 commit a9ab37dCopy full SHA for a9ab37d
src/type/definition.js
@@ -1202,8 +1202,8 @@ export type GraphQLInputFieldMap =
1202
* const PersonType = new GraphQLObjectType({
1203
* name: 'Person',
1204
* fields: () => ({
1205
- * parents: { type: new GraphQLList(Person) },
1206
- * children: { type: new GraphQLList(Person) },
+ * parents: { type: new GraphQLList(PersonType) },
+ * children: { type: new GraphQLList(PersonType) },
1207
* })
1208
1209
*
0 commit comments