collectionUpdate
Updates a collection.
collectionUpdate(
id: ID!
input: CollectionInput!
): CollectionUpdate
Arguments
collectionUpdate.id
● ID!
non-null scalar
ID of a collection to update.
collectionUpdate.input
● CollectionInput!
non-null input
Fields required to update a collection.
Type
CollectionUpdate
object
Updates a collection.