-
-
Notifications
You must be signed in to change notification settings - Fork 51
@graphql-codegen/typescript
v4 breaks package
#373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@graphql-codegen/typescript
v4 breaks package
I have the same issue!! |
@elijaholmos Thanks! I will fix this asap 🙏 |
@elijaholmos @valerii15298 I just published the latest version for this. Unfortunately, I couldn't maintain backward-compatible between Please my release note: https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases/tag/v0.10.0 |
as you can see by the latest dep update 55277f1, tests are failing due to breaking changes in the
@graphql-codegen/typescript
packages. I am also experiencing this in my local project; specifically, what was previously parsed asz.string()
is now parsed asdefinedNonNullAnySchema
:(v3 on the right, v4 on the left)
The text was updated successfully, but these errors were encountered: