Skip to content

TiagoDanin/Fetch-GitHub-Graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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