Queries
Every GraphQL schema has a root type for both queries and mutations.
The query type is essentially the "Read API": it defines GraphQL operations that retrieve data from the server.
Every GraphQL schema has a root type for both queries and mutations.
The query type is essentially the "Read API": it defines GraphQL operations that retrieve data from the server.