Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding capability to call graphQL APIs from node #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rajeshgupta723
Copy link
Collaborator

Steps to compile and run the sample grqphQL API program from terminal:
(get latest from the branch repo. Your API token must have the required oauth scopes to call the graphQL API)

  1. git pull
  2. run "npm install"
  3. cd "sample" folder
  4. Edit code graphqlClient.js -- to update your API_TOKEN = "";
  5. run "npm install"
  6. run "node graphqlClient.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants