You can get global node IDs of objects via the REST API and use them in GraphQL operations.| GitHub Docs
Learn how to authenticate to the GraphQL API, then learn how to create and run queries and mutations.| GitHub Docs
The GitHub GraphQL API has limitations in place to protect against excessive or abusive calls to GitHub's servers.| GitHub Docs
In a recent project around open source contributors, I wanted to take a look at which projects a particular user (actually a few of them, but I wrote a wrapper to repeat the process for each handle) maintains. GitHub doesn't show this maintainer relationship, so instead I used the v4 GraphQL API and| LornaJane
Learn how to use the GitHub Discussions GraphQL API.| GitHub Docs