Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graphql-return-fields.html 679 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. <h4>{% data ui.products.graphql.reference.return_fields %}</h4>
  2. <table class="fields width-full">
  3. <thead>
  4. <tr>
  5. <th>{% data ui.products.graphql.reference.name %}</th>
  6. <th>{% data ui.products.graphql.reference.description %}</th>
  7. </tr>
  8. </thead>
  9. <tbody>
  10. {% for returnField in returnFields %}
  11. <tr>
  12. <td><p><code>{{ returnField.name }}</code> (<code><a href="/{{ currentLanguage }}{{ returnField.href }}">{{ returnField.type }}</a></code>)</p></td>
  13. <td><p>{% if returnField.description %}{{ returnField.description }}{% else %}N/A{% endif %}</p>
  14. {% assign item = returnField %}
  15. {% include graphql-preview %}
  16. {% include graphql-deprecation %}
  17. </tr>
  18. {% endfor %}
  19. </tbody>
  20. </table>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...