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
134 stars 46 forks source link

fix: enum values update #120

Closed ardeois closed 1 year ago

ardeois commented 1 year ago

Update enum values generation when it contains underscores to match Typescript generator

Update generation when enumsAsTypes is true: