1
0
mirror of synced 2025-12-22 19:34:15 -05:00
Files
docs/includes/graphql-deprecation.html
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

7 lines
303 B
HTML

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