{% extends "_layouts/basecp" %} {% import "_includes/forms" as forms %} {% set title = "Explore the GraphQL API"|t %} {% set selectedSubnavItem = 'explore' %} {% set showHeader = false %} {% block body %}

Explore the GraphQL API

{{ forms.selectField({ label: 'Select Schema'|t('app'), name: 'schemaUid', value: selectedSchema.uid ?? '*', options: schemas }) }} {{ forms.submitButton({ label: 'Go'|t('app') }) }}
{% endblock %}