1016 B
1016 B
title, intro, redirect_from, versions, topics, autogenerated
| title | intro | redirect_from | versions | topics | autogenerated | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Queries | The query type defines GraphQL operations that retrieve data from the server. |
|
|
|
graphql |
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 AUTOTITLE.
Note
For {% data variables.product.prodname_github_app %} requests made with user access tokens, you should use separate queries for issues and pull requests. For example, use the
is:issueoris:pull-requestfilters and their equivalents. Using thesearchconnection to return a combination of issues and pull requests in a single query will result in an empty set of nodes.