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

fix: wrong type generated when terminateCircularRelationships is true #70

Closed BenStirrup closed 2 years ago

BenStirrup commented 2 years ago

For example : a type like VirtualBan would be wrongly written as VirtualIBAN

ardeois commented 2 years ago

Thanks for the contribution @BenStirrup ! Could you add a unit test to prevent this bug from happening again please?