-
-
Notifications
You must be signed in to change notification settings - Fork 921
Add webonyx/graphql-php version 0.13 compatibility #2350
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
Conversation
f7fb431
to
d9d0ba5
Compare
|
4a35f76
to
7a684a8
Compare
Wouldn't it be better to force |
that's indeed an option, we already support php7.1+ so it should not be an issue for people to upgrade. My only concern is that they change the default errors formatting, and people might be relying on this in their app, they would not have way to stick to the old version. |
The previous update was done by forcing the next version. |
ah that's the issue i raised: what problem is that causing in api-platform? |
Regarding GraphQL, I'm all for bumping the version. It is still marked as |
ok I'll update tomorrow |
7a684a8
to
adfbb4b
Compare
@bendavies yes that's the issue you raisd. I broke this test ( @alanpoulain I've bump |
@antograssiot could you add a Behat test for the debugging? I think it should be possible if you send a bad query for example. |
yeah, I just ran out of time this morning @alanpoulain |
cd0746c
to
3f80e4f
Compare
146551b
to
de56ae3
Compare
Tests added @alanpoulain i did cleanup some old |
Restore debugging feature in GraphQL
de56ae3
to
494c456
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Great job!
Thank you @antograssiot 🙂 |
waiting for symfony/symfony#29350Allow the test suite to run normaly.