1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/includes/graphql-enum.html
2021-09-24 21:32:01 +00:00

22 lines
488 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>
<p>{{ value.description }}</p>
{% endfor %}
</div>
<hr />
</div>