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