Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created February 20, 2020 17:53
Show Gist options
  • Select an option

  • Save r3dm1ke/6e516a502def7fa6444e77efda9cd7b1 to your computer and use it in GitHub Desktop.

Select an option

Save r3dm1ke/6e516a502def7fa6444e77efda9cd7b1 to your computer and use it in GitHub Desktop.
{
"name": "Github Schema",
"schemaPath": "./schema.graphql",
"extensions": {
"endpoints": {
"Github GraphQL Endpoint": {
"url": "https://api.github.com/graphql",
"headers": {
"Authorization": "bearer YOUR TOKEN HERE"
},
"introspect": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment