1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/includes/graphql-input-fields.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

10 lines
357 B
HTML

<h4>{% data ui.products.graphql.reference.input_fields %}</h4>
{% for inputField in inputFields %}
<ul>
<li><code>{{ inputField.name }}</code> (<code><a href="/{{ currentLanguage }}{{ inputField.href }}">{{ inputField.type }}</a></code>)</li>
</ul>
{% assign item = inputField %}
{% include graphql-preview %}
{% include graphql-deprecation %}
{% endfor %}