Skip to content

Instantly share code, notes, and snippets.

@vasilich6107
Created January 13, 2020 13:31
Show Gist options
  • Save vasilich6107/f700009c092c63754328b02ee55a4b91 to your computer and use it in GitHub Desktop.
Save vasilich6107/f700009c092c63754328b02ee55a4b91 to your computer and use it in GitHub Desktop.
JSGraphQL plugin config
{
"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