Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrestot authored May 13, 2022
1 parent fcffcd3 commit d3bf26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ module.exports = {
type: nexus.nonNull('Boolean'),

// Args definition
args: { ItemID: nexus.nonNull('ID'), email: nexus.nonNull('String)' },
args: { ItemID: nexus.nonNull('ID'), email: nexus.nonNull('String') },

// Resolver definition
resolve(parent, args, context) {
Expand Down

0 comments on commit d3bf26d

Please sign in to comment.