mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-16 07:02:04 +03:00
Add is_awaitable to mock_info for compat with latest graphene
This commit is contained in:
parent
eb46f0da0a
commit
6e223c4e11
|
@ -24,6 +24,7 @@ def mock_info():
|
|||
operation=None,
|
||||
variable_values=None,
|
||||
context=None,
|
||||
is_awaitable=None,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user