Skip to main content

productItems

Retrieves all product items matching the filter

productItems(
skip: Int = 0
first: Int = 2147483647
orderBy: ProductItemOrder
filter: ProductItemFilter
): ProductItemConnection!

Arguments

productItems.skip ● Int scalar

Number of items to skip

productItems.first ● Int scalar

Number of items to return

productItems.orderBy ● ProductItemOrder input

Ordering

productItems.filter ● ProductItemFilter input

Filtering

Type

ProductItemConnection object

A connection of product items