Objects

ProductsResultType

The results of the products-query.

The results of the products-query.

type ProductsResultType {
  count: Long!
  products: [ProductType]
  filters: FilterCollectionType
}

Fields

count ● Long! non-null scalar required

The total count of results for the query

products ● [ProductType] list object

Results returned by the query

filters ● FilterCollectionType object

The filters available for this query

Returned By

products query