1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/includes/graphql-deprecation.html

7 lines
309 B
HTML

{% if item.isDeprecated %}
<div class="extended-markdown warning border rounded-1 mt-3 mb-4 p-3 color-border-danger color-bg-danger f5">
<p><b>{% data ui.products.graphql.reference.deprecation_notice %}</b></p>
<p><code>{{ item.name }}</code> is deprecated.</p>{{ item.deprecationReason }}
</div>
{% endif %}