CollectionRemoveProducts
Remove products from a collection.
type CollectionRemoveProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
CollectionRemoveProducts.collection
● Collection
object products
Collection from which products will be removed.
CollectionRemoveProducts.collectionErrors
● [CollectionError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CollectionRemoveProducts.errors
● [CollectionError!]!
non-null object products
Returned By
collectionRemoveProducts
mutation