Skip to content

Commit 99ae9aa

Browse files
committed
Copy tests for query to test async execution
1 parent c7105ec commit 99ae9aa

File tree

3 files changed

+1773
-1
lines changed

3 files changed

+1773
-1
lines changed

graphene_django/converter.py

-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ async def custom_resolver(root, info, **args):
349349
# the default Django resolver
350350
# This happens, for example, when using custom awaitable resolvers.
351351
return fk_obj
352-
## This fucks shit up I do believe
353352
return await sync_to_async(_type.get_node)(info, fk_obj.pk)
354353

355354
return custom_resolver

0 commit comments

Comments
 (0)