Skip to main content

List

No description

type List {
authorEmail: String
code: String!
creationDate: DateTime!
date: String!
id: UUID!
isArchived: Boolean
isPublic: Boolean!
numberingType: NumberingType
occurrence: Int
pointsCount: Int!
project: Project
projectId: UUID
title: String!
}

Fields

List.authorEmail ● String scalar

List.code ● String! non-null scalar

List.creationDate ● DateTime! non-null scalar

List.date ● String! non-null scalar

List.id ● UUID! non-null scalar

List.isArchived ● Boolean scalar

List.isPublic ● Boolean! non-null scalar

List.numberingType ● NumberingType enum

List.occurrence ● Int scalar

List.pointsCount ● Int! non-null scalar

List.project ● Project object

List.projectId ● UUID scalar

List.title ● String! non-null scalar

Returned By

createList mutation ● list query ● lists query ● searchLists query

Member Of

PaginatedListPayload object