CollectionUpdate Object
Updates a collection.
type CollectionUpdate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}
Fields
errors ● [CollectionError!]!
collection ● Collection
Show deprecated
Returned By
collectionUpdate mutation