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: relationships overrides via fieldGeneration config #123

Closed gurschitz closed 1 year ago

gurschitz commented 1 year ago

Closes https://github.com/ardeois/graphql-codegen-typescript-mock-data/issues/119.

Allow configuring relationship overrides via fieldGeneration config. We can use the handleValueGeneration function with a base generator for this, as it's done for other types.