I'd love to use this library but since we redefine inputMaybeValue: 'T | undefined' in the graphql-codegen configuration, it's incompatible with the .nullish() that gets added to the zod schema when using graphql-codegen-tyespcript-validation-schema.
It would be great if we could have a configuration such as zodOptionalType that allowed us to specify optional or nullish.
I'd love to use this library but since we redefine
inputMaybeValue: 'T | undefined'in thegraphql-codegenconfiguration, it's incompatible with the.nullish()that gets added to the zod schema when usinggraphql-codegen-tyespcript-validation-schema.It would be great if we could have a configuration such as
zodOptionalTypethat allowed us to specifyoptionalornullish.