We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadd2db commit 5a8cb6dCopy full SHA for 5a8cb6d
graphql/README.md
@@ -7,6 +7,6 @@ This repository holds query samples for the GitHub GraphQL API. It's an easy way
7
1. Generate a [personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) for use with these queries.
8
1. Run `npm install`
9
1. Pick the name of one of the included queries in the `/queries` directory, such as `viewer.graphql`.
10
-1. Run `./index.js <query_file> <token>`
+1. Run `bin/run-query <query_file> <token>`
11
12
To change variable values, modify the variables in the `.graphql` file.
0 commit comments