CatalogueInput
No description
input CatalogueInput {
products: [ID!]
categories: [ID!]
collections: [ID!]
variants: [ID!]
}
Fields
CatalogueInput.products
● [ID!]
list scalar miscellaneous
Products related to the discount.
CatalogueInput.categories
● [ID!]
list scalar miscellaneous
Categories related to the discount.
CatalogueInput.collections
● [ID!]
list scalar miscellaneous
Collections related to the discount.
CatalogueInput.variants
● [ID!]
list scalar miscellaneous
Product variant related to the discount.
Added in Saleor 3.1
Member Of
saleCataloguesAdd
mutation ● saleCataloguesRemove
mutation ● voucherCataloguesAdd
mutation ● voucherCataloguesRemove
mutation