Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagodanin/fetch-github-graphql

GitHub Graphql - Send request using Fetch API
https://github.com/tiagodanin/fetch-github-graphql

fetch-api github github-api graphql webpack

Last synced: 24 days ago
JSON representation

GitHub Graphql - Send request using Fetch API

Awesome Lists containing this project

README

        

# Fetch GitHub Graphql
GitHub Graphql - Send request using Fetch API

## How to Use
```javascript
const gh = require('fetch-github-graphq')

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

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install fetch-github-graphql --save
```

## License

MIT