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