mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-07 15:13:07 +03:00
Merge pull request #51 from chaffeqa/patch-1
Fix missing operation_name warning
This commit is contained in:
commit
31fdb5a34c
|
@ -112,7 +112,7 @@ add "&raw" to the end of the URL within a browser.
|
||||||
{% if variables %}
|
{% if variables %}
|
||||||
variables: '{{ variables|escapejs }}',
|
variables: '{{ variables|escapejs }}',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if operationName %}
|
{% if operation_name %}
|
||||||
operationName: '{{ operation_name|escapejs }}',
|
operationName: '{{ operation_name|escapejs }}',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user