collectionUpdate Mutation
Updates a collection.
collectionUpdate(
id: ID!
input: CollectionInput!
): CollectionUpdate
Details
type CollectionUpdate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}
Arguments
id ● ID!
ID of a collection to update.
input ● CollectionInput!
Fields required to update a collection.
Type
CollectionUpdate
Updates a collection.