BomRuleVersion
No description
type BomRuleVersion {
bomRule: BomRule
bomRuleId: UUID!
conditions(
filter: BomConditionFilter
first: Int
offset: Int
orderBy: [BomConditionOrderBy!]
): [BomCondition!]!
createdAt: Datetime
id: UUID!
parentSku: Sku
parentSkuId: String
parentSubCategory: String
skus(
filter: BomSkuFilter
first: Int
offset: Int
orderBy: [BomSkuOrderBy!]
): [BomSku!]!
updatedAt: Datetime
version: String!
}
Fields
BomRuleVersion.bomRule ● BomRule object
Reads a single BomRule that is related to this BomRuleVersion.
BomRuleVersion.bomRuleId ● UUID! non-null scalar
BomRuleVersion.conditions ● [BomCondition!]! non-null object
Reads and enables pagination through a set of BomCondition.
BomRuleVersion.conditions.filter ● BomConditionFilter input
A filter to be used in determining which values should be returned by the collection.
BomRuleVersion.conditions.first ● Int scalar
Only read the first n values of the set.
BomRuleVersion.conditions.offset ● Int scalar
Skip the first n values.
BomRuleVersion.conditions.orderBy ● [BomConditionOrderBy!] list enum
The method to use when ordering BomCondition.
BomRuleVersion.createdAt ● Datetime scalar
BomRuleVersion.id ● UUID! non-null scalar
BomRuleVersion.parentSku ● Sku object
Reads a single Sku that is related to this BomRuleVersion.
BomRuleVersion.parentSkuId ● String scalar
BomRuleVersion.parentSubCategory ● String scalar
BomRuleVersion.skus ● [BomSku!]! non-null object
Reads and enables pagination through a set of BomSku.
BomRuleVersion.skus.filter ● BomSkuFilter input
A filter to be used in determining which values should be returned by the collection.
BomRuleVersion.skus.first ● Int scalar
Only read the first n values of the set.
BomRuleVersion.skus.offset ● Int scalar
Skip the first n values.
BomRuleVersion.skus.orderBy ● [BomSkuOrderBy!] list enum
The method to use when ordering BomSku.
BomRuleVersion.updatedAt ● Datetime scalar
BomRuleVersion.version ● String! non-null scalar
Returned By
bomRuleVersion query ● bomRuleVersions query
Member Of
BomCondition object ● BomRule object ● BomSku object ● Sku object