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: about 12 hours ago
JSON representation
GitHub Graphql - Send request using Fetch API
- Host: GitHub
- URL: https://github.com/tiagodanin/fetch-github-graphql
- Owner: TiagoDanin
- License: mit
- Created: 2018-11-10T20:47:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T18:42:08.000Z (over 6 years ago)
- Last Synced: 2025-11-01T22:17:22.388Z (3 months ago)
- Topics: fetch-api, github, github-api, graphql, webpack
- Language: JavaScript
- Homepage: https://tiagodanin.github.io/Fetch-GitHub-Graphql/
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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