Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
21 lines
437 B
HTML
21 lines
437 B
HTML
<div>
|
|
<div>
|
|
<h3 id="{{ item.id }}" class="pt-3">
|
|
<a href="#{{ item.id }}">{{item.name}}</a>
|
|
</h3>
|
|
{{ item.description }}
|
|
</div>
|
|
|
|
<div>
|
|
{% include graphql-preview %}
|
|
{% include graphql-deprecation %}
|
|
|
|
<h4>{{ site.data.ui.products.graphql.reference.values }}</h4>
|
|
{% for value in item.values %}
|
|
<p><strong>{{ value.name }}</strong></p>
|
|
<p>{{ value.description }}</p>
|
|
{% endfor %}
|
|
</div>
|
|
<hr>
|
|
</div>
|