Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Fix for #169 #170

Merged
merged 4 commits into from
Jan 9, 2019
Merged

Fix for #169 #170

merged 4 commits into from
Jan 9, 2019

Conversation

michaeldgraham
Copy link
Collaborator

This PR contains a fix for #169, adding a debug argument to the config object used by makeAugmentedSchema and augmentSchema as shown below:

const augmentedSchema = makeAugmentedSchema({
  typeDefs,
  config: {
    debug: false
  }
});

@johnymontana johnymontana merged commit 08ff66a into neo4j-graphql:master Jan 9, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants