📄️ Query Principles
You query the data using GraphQL language. Basically it
🗃️ Types of Queries
5 items
🗃️ Datasets
7 items
📄️ Filtering
In most cases you do not need the full dataset, but just a portion, related to the
📄️ Sorting
Ordering can be applied to the results of the query, sorting the results in a way you define.
📄️ Limits
Results are limited by using attributes `limit` and `limitBy`
🗃️ Metrics
8 items
📄️ Calculations
Attributes `maximum` `minimum` `where` can be appended to an element in query.
📄️ Date and Time
Format
🗃️ Subscriptions
3 items
📄️ Combined Queries
Several queries can be combined and return results in one request: