The query root of GitHub's GraphQL interface.
Fetch the first ten open pull requests for a GitHub repository, sorted by when they were opened.
Get the details of a pull request by its number.
Also see:
Get the (textual) value of a file in a GitHub repo via GraphQL
$branchAndFilePath
should be formatted as ${branchName}:${filePath without the leading '/'}
Note that the text
field will be null if the file is a binary blog (such as an image).
If you need to read the binary content, email [support@onegraph.com](mailto:support@onegraph.com?subject=Can you add a base64-encoded binary content field to the GitHubBlob
type on OneGraph?) and we can stitch in the corresponding REST endpoint
Finds out how many PRs have been merged across an org for a given user - use this to reward your community members, like Gatsby!
Look up a code of conduct by its key
Look up a code of conduct by its key
Look up an enterprise by URL slug.
Look up a pending enterprise administrator invitation by invitee, enterprise and role.
Look up a pending enterprise administrator invitation by invitation token.
Look up an open source license by its key
Return a list of known open source licenses
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.
Get alphabetically sorted list of Marketplace categories
Look up a Marketplace category by its slug.
Look up a single Marketplace listing
Look up Marketplace listings
Return information about the GitHub instance
Fetches an object given its ID.
Lookup nodes by a list of IDs.
Lookup a organization by login.
The client's rate limit information.
Hack to workaround https://github.com/facebook/relay/issues/112 re-exposing the root query object
Lookup a given repository by the owner and repository name.
Lookup a repository owner (ie. either a User or an Organization) by login.
Lookup resource by a URL.
Perform a search across resources.
GitHub Security Advisories
Fetch a Security Advisory by its GHSA ID
Software Vulnerabilities documented by GitHub Security Advisories
Users and organizations who can be sponsored via GitHub Sponsors.
Look up a topic by name.
Lookup a user by login.
The currently authenticated user.
The query root of GitHub's GraphQL interface.
No description