Created
February 20, 2020 17:53
-
-
Save r3dm1ke/6e516a502def7fa6444e77efda9cd7b1 to your computer and use it in GitHub Desktop.
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": "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