docs/includes/graphql-union.html

22 строки
488 B
HTML

<div>
<div>
<h3 id="{{ item.id }}" class="pt-3">
<a href="#{{ item.id }}">{{item.name}}</a>
</h3>
{{ item.description }}
</div>
<div>
{% include graphql-preview %}
{% include graphql-deprecation %}
<h4>{% data ui.products.graphql.reference.possible_types %}</h4>
<ul>
{% for possibleType in item.possibleTypes %}
<li><a href="/{{ currentLanguage }}{{ possibleType.href }}">{{ possibleType.name }}</a></li>
{% endfor %}
</ul>
</div>
<hr>
</div>