mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 17:22:20 +03:00
Fix boolean injection to graphiql.html template
This commit is contained in:
parent
9f8fd4346b
commit
f9ff320f48
|
@ -46,7 +46,7 @@ add "&raw" to the end of the URL within a browser.
|
||||||
subscriptionPath: "{{subscription_path}}",
|
subscriptionPath: "{{subscription_path}}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if header_editor_enabled %}
|
{% if header_editor_enabled %}
|
||||||
graphiqlHeaderEditorEnabled: "{{ graphiql_header_editor_enabled}}",
|
graphiqlHeaderEditorEnabled: {{ graphiql_header_editor_enabled}},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user