Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
chore(schema): re-add allowUndefinedInResolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Mar 16, 2020
1 parent 178fd10 commit b5ff459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const config = {
* https://grandstack.io/docs/neo4j-graphql-js-api.html#makeaugmentedschemaoptions-graphqlschema
*/
export const schema = addDirectives(makeAugmentedSchema({
allowUndefinedInResolve: true,
typeDefs,
resolvers,
config
Expand Down

0 comments on commit b5ff459

Please sign in to comment.