Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beerose/deduplicate-fragments-repro
https://github.com/beerose/deduplicate-fragments-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/beerose/deduplicate-fragments-repro
- Owner: beerose
- License: mit
- Created: 2023-03-07T11:22:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T11:32:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T17:12:52.670Z (2 months ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.