Skip to main content

NotificationSubscriptionList

A paginated list of notification subscriptions.

type NotificationSubscriptionList {
nextCursor: String
nodes: [NotificationSubscription]!
total: BigInt!
}

Fields

NotificationSubscriptionList.nextCursor ● String scalar common

The cursor for the next page of subscriptions.

NotificationSubscriptionList.nodes ● [NotificationSubscription]! non-null object common

The subscriptions in the current page.

NotificationSubscriptionList.total ● BigInt! non-null scalar common

The total number of subscriptions in the result set.

Member Of

App object ● AppEnvironment object ● EmailNotificationRecipient object ● GoogleChatNotificationRecipient object ● MicrosoftTeamsNotificationRecipient object ● NotificationRecipient interface ● Organization object ● SlackNotificationRecipient object ● WebhookNotificationRecipient object