You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema is taken from [this repo](https://raw.githubusercontent.com/octokit/graphql-schema/master/schema.graphql).
4
+
5
+
## How to run it
6
+
7
+
The example expects to find a valid GitHub API Token in the environment (`GITHUB_API_TOKEN`). See the [GitHub documentation](https://developer.github.com/v4/guides/forming-calls/#authenticating-with-graphql) on how to generate one.
8
+
9
+
Then just run the example with a repository name as argument. For example:
0 commit comments