mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-08-31 02:04:02 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
582 B
582 B
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: