/github-app

Simple Github GraphQL client using API v4

Primary LanguageJavaScript

GraphQL Github Client Example

For this sample code to function, you will need a Github account and need to generate a OAuth2 Token.

Make sure to copy and save the Token as it will only be visible once after creation. Do not check in code with this token, keep is safe and secure some place.

To learn more about Github GraphQL API, visit the Developer Site.

You can discover the Github GraphQL Schema using their GraphiQL Explorer.

Useful Links