Skip to main content

bomItems

Reads a set of BomItem.

bomItems(
filter: BomItemFilter
first: Int
offset: Int
orderBy: [BomItemOrderBy!]
): [BomItem!]

Arguments

bomItems.filter ● BomItemFilter input

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

bomItems.first ● Int scalar

Only read the first n values of the set.

bomItems.offset ● Int scalar

Skip the first n values.

bomItems.orderBy ● [BomItemOrderBy!] list enum

The method to use when ordering BomItem.

Type

BomItem object