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: listElementCount sometimes undefined #94

Closed ardeois closed 1 year ago

ardeois commented 1 year ago

Update the generator to make sure listElementCount is set to 1 when undefined The output was also different than before version 2.4.0 since fieldName changed when generating list items

This PR makes sure the output of generated files is the same as before if we don't touch listElementCount option

ardeois commented 1 year ago

FYI @JimmyPaolini version 2.4.0 had a different output than 2.3.0, so I made sure it's the same if you don't touch listElementCount or dynamicValues options