-
Notifications
You must be signed in to change notification settings - Fork 108
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] Bring graphene v3 compatibility #148
[WIP] Bring graphene v3 compatibility #148
Conversation
@eamigo86 do you think you could give me a hand on this one ? |
7fa065c
to
492cf54
Compare
|
||
@classmethod | ||
def save(cls, serialized_obj, root, info, **kwargs): | ||
""" |
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.
I honestly don't know why the whole file was rewritten. I tried both in vim and vscode, and in both the diff showed a full rewrite.
Interesting part below, explained in the comment.
Maybe there is a better place to check for Enum in values @eamigo86 ?
492cf54
to
4bf606a
Compare
@ldynia @MAndersenNano are you the new maintainers of this project ? |
A few updates in order to bring basic graphene v3 compatibility.
This obviously need a bit of review / testing.
Related graphql-python/graphene-django#705
The tests are currently broken, I guess because directives are broken as well. They use promises, for which support has been dropped in graphql core v3.