This react/node app wraps our graphql endpoint with built-in introspection and auto-completion.
This makes it easy to explore the objects, arguments, and fields
In the project directory, you can run:
Its the first thing you need to do after cloning, but only once. If you get "yarn not found", then
npm install --global yarn
then run yarn install once complete.
If you don't have nodejs/npm, install via Homebrew.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The app expects a local Environment Variable named CIRCLECI_API_TOKEN
. If not present, the app will show input asking for the value.
See https://github.com/eddiewebb/jupyter-notes/blob/master/GraphQL/Plan%20Metrics.ipynb for a wallthrough starting with
“What even are the things I can query?”
to “Hooray, credit consumption by project and date for an org”