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: Handle custom generators for faker #101

Closed Morphyish closed 1 year ago

Morphyish commented 1 year ago

This PR allow users to add custom generators when using the faker library.

The syntax is similar to the current generators for casual.

Related open issue: https://github.com/ardeois/graphql-codegen-typescript-mock-data/issues/97

ardeois commented 1 year ago

@Morphyish could you fix the lint so I can merge please

Morphyish commented 1 year ago

@ardeois Done, linter should be good now.