Skip to content

Instantly share code, notes, and snippets.

@kamilkisiela
Created January 14, 2019 14:33
Show Gist options
  • Select an option

  • Save kamilkisiela/92e8f81e1b78cb436425d26ee4604d4d to your computer and use it in GitHub Desktop.

Select an option

Save kamilkisiela/92e8f81e1b78cb436425d26ee4604d4d to your computer and use it in GitHub Desktop.
GraphQL Inspector setup
{
"name": "my-app",
"scripts": {
"graphql:write": "graphql-inspector introspect src/schema.js --write schema.graphql"
},
"graphql-inspector": {
"diff": true,
"schema": {
"ref": "head/master",
"path": "schema.graphql"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment