1
0
mirror of synced 2026-01-10 00:03:04 -05:00
Files
docs/translations/ru-RU/content/graphql/reference/queries.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

1.2 KiB

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

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."

{% note %}

Note: For user-to-server {% data variables.product.prodname_github_app %} requests, you should use separate queries for issues and pull requests. For example, use the is:issue or is:pull-request filters and their equivalents. Using the search connection to return a combination of issues and pull requests in a single query will result in an empty set of nodes.

{% endnote %}

Connections

{% for item in graphql.schemaForCurrentVersion.queries.connections %} {% include graphql-query %} {% endfor %}

Fields

{% for item in graphql.schemaForCurrentVersion.queries.fields %} {% include graphql-query %} {% endfor %}