We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It seems like the implementation does not recognize the union types when enabling withObjectType option.
union
withObjectType
I get unhandled scalar name error.
unhandled scalar name
Seems like we should add a condition to handle unions here:
graphql-codegen-typescript-validation-schema/src/zod/index.ts
Line 172 in 2a61ef2