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

Incompatible with `preset: "near-operation-file"` #122

Closed salazarm closed 1 year ago

salazarm commented 1 year ago

Separately, if you look at the PR above and open any file you will be to find as ConfigType and Types.ConfigType in the file. It seems when doing as Type conversions we ignore the prefix

---edit--- seems related to terminateCircularRelationships. I disabled that and now it's fine.