https://github.com/dotansimha/graphql-code-generator-issue-sandbox-template
https://github.com/dotansimha/graphql-code-generator-issue-sandbox-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotansimha/graphql-code-generator-issue-sandbox-template
- Owner: dotansimha
- License: mit
- Created: 2019-08-06T05:15:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T14:54:47.000Z (over 2 years ago)
- Last Synced: 2024-12-27T14:51:28.684Z (about 1 year ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 5
- Watchers: 5
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `graphql-code-generator` Codesandbox template
You can use this repo in order to quickly create a template for reproducing issues related to `graphql-code-generator`.
Use the following link: https://codesandbox.io/s/github/dotansimha/graphql-code-generator-issue-sandbox-template
* `document.graphql` - your GraphQL operations - queries, mutations, subscritpions and fragments.
* `schema.graphql` - your GraphQL schema.
* `codegen.yml` - Codegen configuration
> Create a fork from this template, and then in your sandbox terminal, use `yarn generate` to generate the types.