Notes from experimenting with GitHub's GraphQL API
Per the GitHub GraphQL API docs, you need a personal access token to access the GraphQL API.
This code expects the personal access token to be in the environment variable
GRAPH_API_KEY.
You can create a personal access token on GitHub and save it somewhere you trust.
Then, when you want to use the code: export GRAPH_API_KEY=<yourkey>