NotificationRecipientList
A paginated list of notification recipients.
type NotificationRecipientList {
nextCursor: String
nodes: [NotificationRecipient]!
total: BigInt!
}
Fields
NotificationRecipientList.nextCursor ● String scalar common
The cursor for the next page of recipients.
NotificationRecipientList.nodes ● [NotificationRecipient]! non-null interface common
The recipients in the current page.
NotificationRecipientList.total ● BigInt! non-null scalar common
The total number of recipients in the result set.
Member Of
Organization object