docs/includes/explorer.html

12 строки
370 B
HTML

{% include breadcrumbs %}
<div class="graphql-container">
{% if AIRGAP %}
<p>GraphQL explorer is not available on this environment.</p>
{% else %}
<iframe id="graphiql" class="graphql-explorer" scrolling="no" src="{{ graphql.explorerUrl }}" allowfullscreen>
<p>You must have iframes enabled to use this feature.</p>
</iframe>
{% endif %}
</div>