-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Breaking changes in latest patch? #673
Comments
Looking into it! |
Major fuck up on my part, apologies. I accidentally cut it from the wrong (master) branch, which is the current state for the next major version 😅 I just released https://github.com/rebing/graphql-laravel/releases/tag/5.1.4 to remedy this Thanks for the report, and sorry for the troubles! |
Many thanks for the quick response. |
@Artem-Schander btw, in fact I wasn't aware something would break with the next major version besides what is required due to the underlying graphql-php upgrade. You wrote:
You don't happen to have stackrace left? I would be curious if this happened in the graphql-laravel (bug) or graphql-php (upgrade, type strictness) library. |
I could reproduce it over the week end. But to be honest, I think the strict validation is the right way to deal with the request. Anyway, You'll get the stacktrace soon |
Hi @mfn Here is the stacktrace:
|
Now it's clearer to me, see https://github.com/webonyx/graphql-php/releases/tag/v14.0.0
As I already said, it wasn't the intention to publish it in that form 😅 but my takeaway too that this library needs to point also the 3rd party breaking changes more clearly. Thank you! |
Versions:
Description:
After installing the latest patch, I'm getting the following error:
Steps To Reproduce:
I understand that it is expected behaviour, but it breaks some queries since it worked before.
The text was updated successfully, but these errors were encountered: