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

Make typesPrefix work with terminateCircularRelationships #133

Closed jbachhardie closed 11 months ago

jbachhardie commented 1 year ago

I was trying to get typesPrefix to work and noticed the prefix wasn't being applied to the type casting that is introduced when terminateCircularRelationships: true is set. This PR fixes that.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.