GithubPassthroughQuery

Make a REST API call to the GitHub API.

OneGraph will inject the auth params for the API call.

Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API.

FIELDS
get (PassthroughResult!)

Make a GET request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API.

REQUIRED BY
GitHubQuery

The query root of GitHub's GraphQL interface.

____________________________________________________________________________________________________