1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Files
docs/includes/graphql-input-object.html

19 lines
373 B
HTML

<div>
<div>
<h2 id="{{ item.id }}">
<a href="#{{ item.id }}">{{item.name}}</a>
</h2>
{{ item.description }}
</div>
<div>
{% include graphql-preview %}
{% include graphql-deprecation %}
<h4>{% data ui.products.graphql.reference.input_fields %}</h4>
{% assign fields = item.inputFields %}
{% include graphql-fields %}
</div>
<hr>
</div>