collectionUpdate Mutation
Updates a collection.
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.