CollectionAddProducts
Adds products to a collection.
type CollectionAddProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
CollectionAddProducts.collection
● Collection
object
Collection to which products will be added.
CollectionAddProducts.collectionErrors
● [CollectionError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CollectionAddProducts.errors
● [CollectionError!]!
non-null object
Returned by
collectionAddProducts
mutation