mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-27 01:34:09 +03:00
parent
d348ec89c5
commit
87422a0e40
|
@ -131,7 +131,7 @@ class GraphQLView(View):
|
|||
request,
|
||||
graphiql_version=self.graphiql_version,
|
||||
query=query or '',
|
||||
variables=variables or '',
|
||||
variables=json.dumps(variables) or '',
|
||||
operation_name=operation_name or '',
|
||||
result=result or ''
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user