docs/includes/graphql-enum.html

21 строка
472 B
HTML

<div>
<div>
<h2 id="{{ item.id }}">
<a href="#{{ item.id }}" class="doctocat-link">{% include doctocat-link-icon %}</a>
{{- item.name -}}
</h2>
{{ item.description }}
</div>
<div>
{% include graphql-preview %}
{% include graphql-deprecation %}
<h4>{% data ui.products.graphql.reference.values %}</h4>
{% for value in item.values %}
<p><strong>{{ value.name }}</strong></p>
{{ value.description }}
{% endfor %}
</div>
</div>