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.

API entry from apis.yml

apis.yml Raw ↑
aid: github:github-graphql-api
name: GitHub GraphQL API
tags:
- GraphQL
- Query Language
baseURL: https://api.github.com/graphql
humanURL: https://docs.github.com/en/graphql
properties:
- url: https://docs.github.com/en/graphql
  type: Documentation
- url: https://docs.github.com/en/graphql/reference
  type: Reference
- url: graphql/github-graphql.md
  type: GraphQL
description: 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.