Created
January 13, 2020 13:31
-
-
Save vasilich6107/f700009c092c63754328b02ee55a4b91 to your computer and use it in GitHub Desktop.
JSGraphQL plugin config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Schema", | |
"schemaPath": "my.schema.json", | |
"extensions": { | |
"endpoints": { | |
"Default": { | |
"url": "http://localhost:9002/graphql", | |
"introspect": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment