1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/includes/graphql-union.html
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

22 lines
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>