-
Notifications
You must be signed in to change notification settings - Fork 766
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
WIP: Graphene 3 #774
WIP: Graphene 3 #774
Conversation
Fields starting with __ are reserved for introspection
graphql-core 3 prints the descriptions, and skips `schema` if it's the default one (query: Query)
Connection resolvers have access to pagination arguments.
Some of the tests show the problem described here: graphql-python/graphql-core#61
It was only needed for Python 2.7
This is great! Thanks so much @ktosiek . Is there anything outstanding left to do? |
|
|
@ktosiek I am going to run this against few of our projects tests. |
Anyone please review it ASAP. It will be helpful for my project... upgrqaded to Django v3 with Graphene v3 and Graphene-Django v3. thanks. @ #812 |
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.
looks good
@ktosiek Is this still WIP? |
@jkimbo Just give me some time to fix those test config. I'm saying that everything is already in place 🙂 No need for any additional work here. |
Closing this since #951 has been merged into the v3 branch |
Related to #705. I've started working on porting graphene-django to Graphene 3.
For now I'm just fixing tests from the top, but I'm sharing this in case anyone else is intrested.