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
- Host: GitHub
- URL: https://github.com/hacksore/test-github-graphql
- Owner: Hacksore
- Created: 2023-07-10T14:40:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T15:13:31.000Z (about 3 years ago)
- Last Synced: 2024-10-06T00:41:52.037Z (almost 2 years ago)
- Language: TypeScript
- Size: 376 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)