Skip to main content

CollectionUpdate

Updates a collection.

Requires MANAGE_PRODUCTSpermission.
type CollectionUpdate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Fields

CollectionUpdate.collectionErrors ● [CollectionError!]! deprecated non-null object products

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CollectionUpdate.errors ● [CollectionError!]! non-null object products

CollectionUpdate.collection ● Collection object products

Returned By

collectionUpdate mutation