-
-
Notifications
You must be signed in to change notification settings - Fork 53
@graphql-codegen/typescript
v4 breaks package
#373
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 |
Uh oh!
There was an error while loading. Please reload this page.
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: