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

https://github.com/hacksore/test-github-graphql

Testing codegen for github graphql
https://github.com/hacksore/test-github-graphql

Last synced: 11 months ago
JSON representation

Testing codegen for github graphql

Awesome Lists containing this project

README

          

# Github graphql

How to use the graphql API in a typesafe way for nodejs

### Generating code
You need to run `npm run codegen` but make sure you have `GITHUB_TOKEN`

### Blockers
- ESM wont work with apollo see this issue [apollographql/apollo-feature-requests/issues/287](https://github.com/apollographql/apollo-feature-requests/issues/287)