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

feat: add support for enumsAsTypes #118

Closed bryantserres closed 1 year ago

bryantserres commented 1 year ago

This PR adds support for enumsAsTypes when enums as TypeScript string union types are desired.

Relates to enhancement: #117