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

filters [FilterLazy]

List of filter categories with their items

References

Queries using this object:

Last updated