Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
705 B
705 B
title, miniTocMaxHeadingLevel, redirect_from, versions
| title | miniTocMaxHeadingLevel | redirect_from | versions | |||||
|---|---|---|---|---|---|---|---|---|
| Queries | 2 |
|
|
About queries
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
For more information, see "About queries."
Connections
{% for item in graphql.schemaForCurrentVersion.queries.connections %} {% include graphql-query %} {% endfor %}
Fields
{% for item in graphql.schemaForCurrentVersion.queries.fields %} {% include graphql-query %} {% endfor %}