UpdateCollectionInput
Input for updating a collection
input UpdateCollectionInput {
id: ID!
name: String
description: String
clearDescription: Boolean
color: Color
emoji: String
}
Fields
UpdateCollectionInput.id
● ID!
non-null scalar
The ID of the collection
UpdateCollectionInput.name
● String
scalar
The new name for the collection, if set
UpdateCollectionInput.description
● String
scalar
The new description for the collection, if set
UpdateCollectionInput.clearDescription
● Boolean
scalar
Clear the description of the collection, if set
UpdateCollectionInput.color
● Color
enum
The new color for the collection, if set
UpdateCollectionInput.emoji
● String
scalar
The new emoji for the collection, if set
Member Of
updateCollection
mutation