options
Type: object Default:
{
"relationships": true,
"extend": null,
"extend_context": null,
"prefix": null,
"extra": {},
"order_by": [],
"select": [],
"count": false,
"get": false,
"offset": 0,
"limit": 0,
"force_sql_filters": false
}
No Additional Properties
Relationships
Type: boolean Default: true
Extend Context
Default: null
Order By
Type: array of string Default: []
No Additional ItemsEach item of this array must be:
Select
Type: array Default: []
No Additional ItemsEach item of this array must be:
Type: string
Type: array
No Additional ItemsEach item of this array must be:
Count
Type: boolean Default: false
Get
Type: boolean Default: false
Offset
Type: integer Default: 0
Limit
Type: integer Default: 0
Force Sql Filters
Type: boolean Default: false