Skip to content

Commit

Permalink
Merge pull request #116 from MartinPELCAT/patch-1
Browse files Browse the repository at this point in the history
Is the doc correct ?
  • Loading branch information
hayes committed Aug 2, 2021
2 parents c681aa2 + 121dda1 commit 7329670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const RecursiveGiraffeInput = builder
birthdate: t.string({ required: true }),
height: t.float({ required: true }),
friends: t.field({
type: [GiraffeInput],
type: [RecursiveGiraffeInput],
}),
}),
});
Expand Down

0 comments on commit 7329670

Please sign in to comment.