mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
fix: docstring
This commit is contained in:
parent
a2a95a4b62
commit
5079a46af7
|
@ -288,8 +288,6 @@ def convert_onetoone_field_to_djangomodel(field, registry=None):
|
|||
|
||||
def custom_resolver(root, info, **args):
|
||||
# Note: this function is used to resolve 1:1 relation fields
|
||||
# it does not differentiate between custom-resolved fields
|
||||
# and default resolved fields.
|
||||
|
||||
is_resolver_awaitable = inspect.iscoroutinefunction(resolver)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user