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

feat: add enumsPrefix option #56

Closed ardeois closed 2 years ago

ardeois commented 2 years ago

Similar to typesPrefix, the option enumsPrefix is used to add a prefix to all enum type usages

Also add union type in unit tests to verify the behaviour

Fixes #51