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

feat(terminateCircularRelationships): Add 'immediate' as a value for the terminateCircularRelationships option #161

Closed rpereira-anchor closed 1 month ago

rpereira-anchor commented 1 month ago

This value will make the mock not create a new Set of relationships to ignore and create a global Set. This will circumvent possible OOM due to large graphs.

fixes #126

rpereira-anchor commented 1 month ago

@ardeois I'm not sure what's happening with the approving workflows. It has been in waiting for some days now.

ardeois commented 1 month ago

@rpereira-anchor Thanks for your contribution, please fix the typo and I'll merge the PR

rpereira-anchor commented 1 month ago

@rpereira-anchor Thanks for your contribution, please fix the typo and I'll merge the PR

@ardeois typo fixed