CreateCollectionInput
Input for creating a collection
input CreateCollectionInput {
name: String!
description: String
color: Color!
emoji: String!
}
Fields
CreateCollectionInput.name
● String!
non-null scalar
The name of the collection
CreateCollectionInput.description
● String
scalar
The description of the collection
CreateCollectionInput.color
● Color!
non-null enum
The color of the collection
CreateCollectionInput.emoji
● String!
non-null scalar
The emoji for this collection
Member Of
createCollection
mutation