1.11.10 • Published 5 years ago

@derekjwilliams/graphqlgen-dotnet-hotchocolate v1.11.10

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

codegen-dotnet-hotchocolate

C# types for hotchocolate

Use

Create a configuration file, e.g. codegen.yml

overwrite: true
schema: "/Users/your/schemas/schema.graphql"
documents: null
generates:
  types.cs:
    plugins:
      - "@derekjwilliams/graphqlgen-dotnet-hotchocolate"

Run

yarn graphql-codegen