Skip to main content
Version: 3.x

CollectionUpdate

Updates a collection.

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

Fields

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

DEPRECATED

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

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

CollectionUpdate.collection ● Collection object

Returned by

collectionUpdate mutation


Was this page helpful?