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