Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
22 lines
557 B
HTML
22 lines
557 B
HTML
<div>
|
|
<div>
|
|
<h3 id="{{ item.id }}" class="pt-3">
|
|
<a href="#{{ item.id }}">{{item.name}}</a>
|
|
</h3>
|
|
<p><b>{{ site.data.ui.products.graphql.reference.type }}:</b> <a href="/{{ currentLanguage }}{{ item.href }}">{{ item.type }}</a></p>
|
|
{{ item.description }}
|
|
</div>
|
|
|
|
<div>
|
|
{% include graphql-preview %}
|
|
{% include graphql-deprecation %}
|
|
|
|
{% if item.args.size %}
|
|
<h4>{{ site.data.ui.products.graphql.reference.arguments }}</h4>
|
|
{% assign fields = item.args %}
|
|
{% include graphql-fields %}
|
|
{% endif %}
|
|
</div>
|
|
<hr>
|
|
</div>
|