About

GitHub Graphql - Send request using Fetch API by Tiago Danin.


Fetch GitHub Graphql

GitHub Graphql - Send request using Fetch API

How to Use

const gh = require('fetch-github-graphq')

gh(token, `query`, {variables})

Installation

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

License

MIT


JavaScript

1