Skip to main content

ListNote

A note the user attached to an item on a list.

type ListNote {
noteText: String!
user: User
}

Fields

noteText (String!)

user (User)