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
132 stars 47 forks source link

Allow custom field generation for Enum types #111

Closed emab closed 1 year ago

emab commented 1 year ago

Fixes #110

Extends the use of handleFieldGeneration into the Enum generation. This ensures any options which contain custom field generation are also applied there.

Tests have been added to verify the behaviour.