GitHub API

POST https://api.github.com/graphql

The GitHub API is one of my favorite APIs for creating examples. It supports both queries and mutations (you can create repositories, add comments to PRs, and more) and has a vast amount of data making it possible to build really in-depth examples and demos or see what GraphQL looks like at scale.

Requires personal access token in the Authorization header.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring