List
No description
type List {
archived: Boolean
automations(
whereBetween: [DateTime!]
): [Campaign!]
contacts(
first: Int!
hasListParticipationChanges: ListContactsHasListParticipationChangesWhereHasConditions
orderBy: [ListContactsOrderByOrderByClause!]
page: Int
where: ListContactsWhereWhereConditions
): ContactPaginator!
created_at: DateTime
folder: ListFolder
id: ID!
last_mailed: String
listParticipationChanges(
first: Int!
orderBy: [ListListParticipationChangesOrderByOrderByClause!]
page: Int
where: ListListParticipationChangesWhereWhereConditions
): ListParticipationChangePaginator!
member_count: Int
member_mailable_count: Int
name: String!
updated_at: DateTime
}
Fields
List.archived
● Boolean
scalar
List.automations
● [Campaign!]
list object
List.automations.whereBetween
● [DateTime!]
list scalar
List.contacts
● ContactPaginator!
non-null object
List.contacts.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
List.contacts.hasListParticipationChanges
● ListContactsHasListParticipationChangesWhereHasConditions
input
List.contacts.orderBy
● [ListContactsOrderByOrderByClause!]
list input
List.contacts.page
● Int
scalar
The offset from which items are returned.
List.contacts.where
● ListContactsWhereWhereConditions
input
List.created_at
● DateTime
scalar
List.folder
● ListFolder
object
List.id
● ID!
non-null scalar
List.last_mailed
● String
scalar
List.listParticipationChanges
● ListParticipationChangePaginator!
non-null object
List.listParticipationChanges.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
List.listParticipationChanges.orderBy
● [ListListParticipationChangesOrderByOrderByClause!]
list input
List.listParticipationChanges.page
● Int
scalar
The offset from which items are returned.
List.listParticipationChanges.where
● ListListParticipationChangesWhereWhereConditions
input
List.member_count
● Int
scalar
List.member_mailable_count
● Int
scalar
List.name
● String!
non-null scalar
List.updated_at
● DateTime
scalar
Returned By
archiveLists
mutation ● createList
mutation ● deleteList
mutation ● list
query ● listUpdated
subscription ● moveListsToFolder
mutation ● unArchiveLists
mutation ● updateList
mutation ● updateListBroadcast
mutation
Member Of
Contact
object ● FormMapMappings
object ● ListPaginator
object