GitHub GraphQL API
The GitHub GraphQL API provides a flexible query language for accessing GitHub data, allowing clients to request exactly the fields they need in a single request. It supports queries, mutations, and subscriptions across all GitHub resources including repositories, issues, pull requests, users, organizations, and projects, and is the recommended API for new integrations that need precise data fetching.
Overview
GitHub GraphQL API is a GraphQL API specification published by GitHub on the APIs.io network.
The GitHub GraphQL API provides a flexible query language for accessing GitHub data, allowing clients to request exactly the fields they need in a single request. It supports queries, mutations, and subscriptions across all GitHub resources including repositories, issues, pull requests, users, organizations, and projects, and is the recommended API for new integrations that need precise data fetching.
The GraphQL endpoint is available at https://api.github.com/graphql. documentation is published at https://docs.github.com/en/graphql.
The specification includes 2 reference links.
Tagged areas include Code, Pipelines, Platform, Software Development, and Source Control.
Endpoint
References
- Documentation https://docs.github.com/en/graphql
- Reference https://docs.github.com/en/graphql/reference