CollectionUpdate
Updates a collection.
type CollectionUpdate {
productErrors: [ProductError!]!
collection: Collection
}
Fields
CollectionUpdate.productErrors ● [ProductError!]! non-null object
CollectionUpdate.collection ● Collection object
Returned By
collectionUpdate mutation