Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Allow undefined in resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Dec 11, 2020
1 parent f39a2e0 commit f95d0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tc-api-graphql/lib/get-augmented-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const getAugmentedSchema = ({
},
},
resolvers,
allowUndefinedInResolve: true,
config: {
query: excludeTypes ? { exclude: excludeTypes } : true,
mutation: false,
Expand Down

0 comments on commit f95d0d7

Please sign in to comment.