GitHub Graphql - Send request using Fetch API by Tiago Danin.
GitHub Graphql - Send request using Fetch API
const gh = require('fetch-github-graphq')
gh(token, `query`, {variables})
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install fetch-github-graphql --save
MIT
JavaScript
1