Add is_awaitable to mock_info for compat with latest graphene

This commit is contained in:
Jean-Louis Fuchs 2020-04-29 15:25:26 +02:00
parent eb46f0da0a
commit 6e223c4e11
No known key found for this signature in database
GPG Key ID: 3440F981335FD30F

View File

@ -24,6 +24,7 @@ def mock_info():
operation=None,
variable_values=None,
context=None,
is_awaitable=None,
)