1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/graphql/reference/queries.md
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

705 B

title, miniTocMaxHeadingLevel, redirect_from, versions
title miniTocMaxHeadingLevel redirect_from versions
Queries 2
/v4/query
free-pro-team enterprise-server
* *

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 %}