The filter query expression string
The grouping definition of the query builder. If you want to group the query results by values of specific fields, then provide the name of the fields in a string array format e.g., ['field1', 'field2.subField', ...]
If you prefer to group the query results by an expression then just provide the expression string.
A positive integer that specifies the max number of objects to return per page
The list of lookups to make (left outer join) while getting the object from the database
The list of fields that will be omitted in retrieved objects
A positive integer that specifies the page number to paginate query results. Page numbers start from 1.
Keeps the list of field names and sort direction for sorting returned objects
Generated using TypeDoc
Defines the structure of a db action that is built by a QueryBuilder
DBAction