-
Notifications
You must be signed in to change notification settings - Fork 26
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
GraphQL 3.0 tracking pull-request #1413
Conversation
Thanks @ganwell for picking this up! Just a heads up, I prepared #1140 some time ago but we didn't merge it yet for deprecation reasons. I just rebased it, so there's a slim chance this works out of the box. You could pick up the small fixes or rebase on top if it helps you in any way. :) Edit: It's no based on master and should work! |
Nice, thanks to xfaillist, I could actually see if rebasing this flips any tests. |
Update to graphene-django 2.12.1 and fix connection field, schema.
There are some upgrade notes for v3 which could prove handy. |
Alright, 57 fewer to go. From what I've seen, there are 2 main issues:
|
Superseeded by #1438 |
Draft PR to track GraphQL 3.0 progress
This:
means that we finally have to take the GraphQL 3.0 problem seriously. I think we should maintain both projects.
@sbor23 @czosel @winged @open-dynaMIX @kaldras
Status
The tests are green because of pytest-xfaillist. xfail allows to expect tests to fail, but a test that is expected to fail and does not fail is a failure. This allows to track the progress much better.