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

https://github.com/mariusmuntean/graphql-code-generator-issue-sandbox-template-csharp-partial-types

Demo repo to propose generating partial C# classes
https://github.com/mariusmuntean/graphql-code-generator-issue-sandbox-template-csharp-partial-types

Last synced: about 2 months ago
JSON representation

Demo repo to propose generating partial C# classes

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/mariusmuntean/graphql-code-generator-issue-sandbox-template-csharp-partial-types

* `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.