mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-07 22:03:12 +03:00
Make code compatible with Python 2.7
This commit is contained in:
parent
7bd29acde6
commit
eeb714caad
|
@ -328,8 +328,8 @@ class GraphQLView(View):
|
|||
"operation_name": operation_name,
|
||||
"context_value": self.get_context(request),
|
||||
"middleware": self.get_middleware(request),
|
||||
**extra_options,
|
||||
}
|
||||
options.update(extra_options)
|
||||
|
||||
if operation_type == "mutation" and (
|
||||
graphene_settings.ATOMIC_MUTATIONS is True
|
||||
|
|
Loading…
Reference in New Issue
Block a user