next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Schema
Queries
Mutations
Subscriptions
Resolver
Directives
Pagination
Error Handling
Scalars
Authentication and Authorization
Batching and Caching
Federation
Performance
Tools
Next Topic
|
Last Topic
Queries (1/5)
Discuss Query in GraphQL?
All Topics
GraphQL supports three main operation types—queries, mutations, and subscriptions. In Query we specify the selection set of fields we are interested in, all the way down to their leaf values which will be Scalar or Enum types.
Basic example: