Fix boolean injection to graphiql.html template

This commit is contained in:
radoslaw.kowalski 2020-08-06 21:53:28 +02:00
parent 9f8fd4346b
commit f9ff320f48

View File

@ -46,7 +46,7 @@ add "&raw" to the end of the URL within a browser.
subscriptionPath: "{{subscription_path}}",
{% endif %}
{% if header_editor_enabled %}
graphiqlHeaderEditorEnabled: "{{ graphiql_header_editor_enabled}}",
graphiqlHeaderEditorEnabled: {{ graphiql_header_editor_enabled}},
{% endif %}
};
</script>