OBJECT

NotificationSubscriptionsPage

A page of NotificationSubscriptionTopics

link GraphQL Schema definition

1type NotificationSubscriptionsPage {
2
3# Page pagination parameter
4nextToken: String
5
6# Contain information about the topics for the current user
7notificationSubscriptionTopics: [NotificationSubscriptionTopic]
8
9}