ardeois / graphql-codegen-typescript-mock-data

[GraphQL Codegen Plugin](https://github.com/dotansimha/graphql-code-generator) for building mock data based on the schema.
MIT License
133 stars 47 forks source link

fix: don't recase `__typename` #64

Closed sebvilhelm closed 2 years ago

sebvilhelm commented 2 years ago

__typenames are defined by the schema, and the schema is not recased, so their casing should be preserved.

sebvilhelm commented 2 years ago

@ardeois Thanks for approving 🙏

Some of the workflows looks to be stuck or waiting.