mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-30 19:24:08 +03:00
Merge pull request #37 from bcb/master
Display variables as JSON in GraphiQL
This commit is contained in:
commit
2665d7329a
|
@ -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