Merge pull request #51 from chaffeqa/patch-1

Fix missing operation_name warning
This commit is contained in:
Syrus Akbary 2016-11-13 21:26:56 -08:00 committed by GitHub
commit 31fdb5a34c

View File

@ -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 %}
}),