Closed
Description
The generation logic relied on the schema passed from graphql-codegen. If this was a schema generated based on introspection, the astNode information was lost, so it seems that it was not possible to determine whether each schema was an enum or a scalar.
This issue was reported here:
Originally posted by @Code-Hex in #386 (comment)
Metadata
Metadata
Assignees
Labels
No labels
Activity
fixed #394
Merge pull request #395 from Code-Hex/fix/394
Code-Hex commentedon Jun 10, 2023
@maoosi I just published this fix now 🔥
Thank you so much!
https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases/tag/v0.11.1
maoosi commentedon Jun 10, 2023
@Code-Hex working great, thanks again for fixing it so fast!