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

implement defaultNullableToNull config option (#128) #130

Closed gurschitz closed 1 year ago

gurschitz commented 1 year ago

As outlined in https://github.com/ardeois/graphql-codegen-typescript-mock-data/issues/128, this PR adds a config option defaultNullableToNull, that when enabled generates null per default for nullable fields.

gurschitz commented 1 year ago

@ardeois thanks for the approval, I updated the failing snapshot test