Code-Hex/graphql-codegen-typescript-validation-schema

Using validationSchemaExportType const with zod errors out due to ordering

mdnorman opened this issue · 0 comments

I don't have any recursive types, so I'm trying to use the const export type. Because there's no guarantee to the order the types are generated in, some of the types are generated out of order, causing build issues.