# GraphQL API The GitHub GraphQL API is a set of APIs that provides access to various GitHub features, such as user data, repository information, and commit history. It allows developers to interact with the GitHub platform programmatically using GraphQL queries. Visit the following resources to learn more: - [@official@GitHub GraphQL API documentation](https://docs.github.com/en/graphql) - [@official@Forming calls with GraphQL](https://docs.github.com/en/graphql/guides/forming-calls-with-graphql)