CollectionUpdate
Updates a collection.
type CollectionUpdate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}
Fields
CollectionUpdate.collectionErrors
● [CollectionError!]!
deprecated non-null object
DEPRECATEDThis 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