Skip to main content

bomSkus

Reads a set of BomSku.

bomSkus(
filter: BomSkuFilter
first: Int
offset: Int
orderBy: [BomSkuOrderBy!]
): [BomSku!]

Arguments

bomSkus.filter ● BomSkuFilter input

A filter to be used in determining which values should be returned by the collection.

bomSkus.first ● Int scalar

Only read the first n values of the set.

bomSkus.offset ● Int scalar

Skip the first n values.

bomSkus.orderBy ● [BomSkuOrderBy!] list enum

The method to use when ordering BomSku.

Type

BomSku object