Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
1.0 KiB
1.0 KiB
title, miniTocMaxHeadingLevel, redirect_from, versions, topics
| title | miniTocMaxHeadingLevel | redirect_from | versions | topics | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Queries | 3 |
|
|
|
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 %}