Skip to main content

collectionUpdate Mutation

Updates a collection.

Requires the MANAGE_PRODUCTSpermission.
collectionUpdate(
id: ID!
input: CollectionInput!
): CollectionUpdate
Show return type

Arguments

id ● ID!

ID of a collection to update.

input ● CollectionInput!

Fields required to update a collection.

Type

CollectionUpdate

Updates a collection.

Requires the MANAGE_PRODUCTSpermission.