Queries (1/5)
Discuss Query in GraphQL?
    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: