We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, thanks for this library😁.
When used with relay node, I found only optimize not worked. And the reason maybe this:
only
graphene-django-optimizer/graphene_django_optimizer/query.py
Lines 210 to 215 in 8968470
resolver is functools.partial and it's func is GlobalID.id_resolver, it's args[0] is DjangoObjectType.resolve_id.
resolver
functools.partial
GlobalID.id_resolver
args[0]
DjangoObjectType.resolve_id
Environment: Python: 3.7.3 Django: 2.2.1
The text was updated successfully, but these errors were encountered:
the same problem
Sorry, something went wrong.
No branches or pull requests
First, thanks for this library😁.
When used with relay node, I found
only
optimize not worked. And the reason maybe this:graphene-django-optimizer/graphene_django_optimizer/query.py
Lines 210 to 215 in 8968470
resolver
isfunctools.partial
and it's func isGlobalID.id_resolver
, it'sargs[0]
isDjangoObjectType.resolve_id
.Environment:
Python: 3.7.3
Django: 2.2.1
The text was updated successfully, but these errors were encountered: