Fix missing operation_name warning

This commit is contained in:
chaffeqa 2016-11-11 14:35:41 -05:00 committed by GitHub
parent bb0b4fa766
commit a6d3887fb3

View File

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