SYSTEM Cited by 1 source
GitHub GraphQL API¶
GitHub GraphQL API (https://docs.github.com/en/graphql) — GitHub's query-shaped, typed integration API; one of GitHub's two first-party HTTP APIs (the other being the REST API).
Stub page created for cross-reference from sources/2025-05-13-github-github-issues-search-now-supports-nested-queries-and-boolean — GitHub's Issues-search rewrite used the GraphQL API as one of its first rollout surfaces (together with the per-repo Issues tab UI), before extending to the Issues dashboard and REST API. Only the API-surface role is captured here; GitHub GraphQL's schema + directives + pagination + rate-limit model are out of scope.
Seen in¶
- sources/2025-05-13-github-github-issues-search-now-supports-nested-queries-and-boolean
— one of the two initial integration surfaces for the new
ConditionalIssuesQuerymodule.
Related¶
- systems/github — parent product.
- systems/github-rest-api — sibling API surface.
- systems/github-issues — the feature the GraphQL API exposed the new search to first.