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: type error when using typesPrefix and terminateCircularRelationships #151

Closed Miyaboom closed 6 months ago

Miyaboom commented 6 months ago

Fixing when using typesPrefix and terminateCircularRelationships simultaneously, a type error occurred because typesPrefix was not applied in the type cast of an empty object.