Skip to content
This repository has been 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants