Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiagodanin/fetch-github-graphql
- Owner: TiagoDanin
- License: mit
- Created: 2018-11-10T20:47:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T18:42:08.000Z (over 5 years ago)
- Last Synced: 2024-10-10T09:48:23.032Z (about 1 month 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: 3
- 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