Skip to main content

List Object

Description

Represents a customer list for organizing and managing buyers.

Declaration

type List {
_id: ID!
id: Int!
title: String!
description: String
created: Date!
count: Int
system: Boolean
}

Fields

NameTypeDescription
_idID!Internal database identifier.
idInt!Numeric identifier for the list.
titleString!Title of the list.
descriptionStringDescription of the list.
createdDate!Date when the list was created.
countIntNumber of buyers currently in the list.
systemBooleanWhether this is a system-generated list that cannot be deleted.