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: custom generator for native scalars #95

Closed ardeois closed 1 year ago

ardeois commented 1 year ago

Only non-native scalars were supported by the scalars config. We now check if a custom scalar is defined for each native type

fixes #91