CollectionRemoveProducts Object
Remove products from a collection.
type CollectionRemoveProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
collection ● Collection
Collection from which products will be removed.
errors ● [CollectionError!]!
Show deprecatedHide deprecated
collectionErrors ● [CollectionError!]!
DEPRECATED
Use errors field instead.
Returned By
collectionRemoveProducts mutation