Skip to main content

Collection

A collection that provides context for a set of documents

type Collection {
id: ID!
name: String!
description: String
color: Color
emoji: String
}

Fields

Collection.id ● ID! non-null scalar

The ID of the collection

Collection.name ● String! non-null scalar

The name of the collection

Collection.description ● String scalar

The description of the collection

Collection.color ● Color enum

The color of the collection

Collection.emoji ● String scalar

The emoji for this collection

Returned By

collection query ● createCollection mutation ● updateCollection mutation

Member Of

CollectionPage object ● Message object