Skip to content

gqlmod/gqlmod-github

Repository files navigation

GitHub Provider

This is a provider for gqlmod that adds the github provider.

The provider itself just takes a token, which is the Bearer token to send. There's a few ways to get this:

Previews

GitHub API previews are handled automatically. If your query invokes an API preview, the appropriate flags will be sent as part of the request.

Be sure to use some kind of CI system to make sure changes to previews won't break your code.

The full list of previews can be found in the API documentation.