CataloguePredicateInput Input Type
No description
input CataloguePredicateInput {
variantPredicate: ProductVariantWhereInput
productPredicate: ProductWhereInput
categoryPredicate: CategoryWhereInput
collectionPredicate: CollectionWhereInput
AND: [CataloguePredicateInput!]
OR: [CataloguePredicateInput!]
}
Fields
variantPredicate ● ProductVariantWhereInput
Defines the product variant conditions to be met.
productPredicate ● ProductWhereInput
Defines the product conditions to be met.
categoryPredicate ● CategoryWhereInput
Defines the category conditions to be met.
collectionPredicate ● CollectionWhereInput
Defines the collection conditions to be met.
AND ● [CataloguePredicateInput!]
List of conditions that must be met.
OR ● [CataloguePredicateInput!]
A list of conditions of which at least one must be met.
Member Of
CataloguePredicateInput input ● PromotionRuleCreateInput input ● PromotionRuleInput input ● PromotionRuleUpdateInput input