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: faker dynamicValues data generation #96

Closed JimmyPaolini closed 1 year ago

JimmyPaolini commented 1 year ago

Fixing a small typo where arguments were passed to the wrong function in a chain.

MH4GF commented 1 year ago

@JimmyPaolini Oh, thanks for finding it! 😄