GraphQL Introduction
The AIRICA API uses GraphQL queries and mutations. It allows clients to define the structure of the data required, and the same structure of the data is returned from the server, therefore preventing excessively large amounts of data from being returned.
If you are unfamiliar with GraphQL we suggest that you familiarize yourself with "Introduction to GraphQL" at https://graphql.org/learn/.
The reference lists all allowed operations, grouped by queries and mutations.
Please note that this reference has been automatically generated from the GraphQL schema which is available here.