filterLazyResponse
Response for lazy-loaded filter data with pagination.
Examples
type FilterLazyResponse {
total: Int
totalFiltered: Int
filters: [FilterLazy]
}
Fields
Field
Description
Supported fields
total Int
Total number of items available
totalFiltered Int
Total number of items after applying filters
References
Queries using this object:
Last updated