bomConditions
Reads a set of BomCondition
.
bomConditions(
filter: BomConditionFilter
first: Int
offset: Int
orderBy: [BomConditionOrderBy!]
): [BomCondition!]
Arguments
bomConditions.filter
● BomConditionFilter
input
A filter to be used in determining which values should be returned by the collection.
bomConditions.first
● Int
scalar
Only read the first n
values of the set.
bomConditions.offset
● Int
scalar
Skip the first n
values.
bomConditions.orderBy
● [BomConditionOrderBy!]
list enum
The method to use when ordering BomCondition
.