Query

The Query type is a special type that defines the entry point of every GraphQL query. Queries are used to request and retrieve data. Unlike REST, GraphQL queries define what fields will be included in their response. In the Highnote API, data is most often retrieved using the node query, which can fetch any type by its globally unique id.