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 the GraphQL spec.
Operations
Queries
Mutations
Objects
Interfaces
Enums
Unions
Input Objects
Scalars
Directives