Skip to main content

Queries

Queries are for reading data. We typically support filtering, sorting, pagination and aggregation where we return lists of data.

We will not change any entities from a query.

note
  • Using fragments is recommended
  • For more responsive queries we recommend requesting only the necessary data as we will only read the requested data from the database.
  • For better performance always use variables instead of adding parameters directly in the query body