Skip to content
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

Fix custom foreignkey resolvers #1361

Merged
merged 3 commits into from Oct 17, 2022
Merged

Fix custom foreignkey resolvers #1361

merged 3 commits into from Oct 17, 2022

Conversation

syrusakbary
Copy link
Member

The PR #1315 had a regression when using async resolvers for the ForeignKey.

This PR fixes this, as well as usage of assert_valid_name as this method no longer exists in the graphql library

@syrusakbary syrusakbary requested review from tcleonard and ganwell and removed request for tcleonard October 12, 2022 10:56
@firaskafri firaskafri self-requested a review October 17, 2022 06:57
@syrusakbary
Copy link
Member Author

Merging directly into master as it seems all tests are passing and this issue is blocking Wasmer using the latest graphene django.

Please feel free to revert if any issue comes up from merging the PR

@syrusakbary syrusakbary merged commit f24cbd5 into main Oct 17, 2022
@syrusakbary syrusakbary deleted the fix-custom-resolver branch October 17, 2022 14:57
superlevure pushed a commit to loft-orbital/graphene-django that referenced this pull request Jul 19, 2023
* Fix custom foreignkey resolvers

* Fixed assert name conversion

* Fix lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant