mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-27 01:34:09 +03:00
Fix missing operation_name warning
This commit is contained in:
parent
bb0b4fa766
commit
a6d3887fb3
|
@ -112,7 +112,7 @@ add "&raw" to the end of the URL within a browser.
|
|||
{% if variables %}
|
||||
variables: '{{ variables|escapejs }}',
|
||||
{% endif %}
|
||||
{% if operationName %}
|
||||
{% if operation_name %}
|
||||
operationName: '{{ operation_name|escapejs }}',
|
||||
{% endif %}
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user