OBJECT
NotificationSubscriptionsPage
A page of NotificationSubscriptionTopics
link GraphQL Schema definition
1 type NotificationSubscriptionsPage { 2 3 # Page pagination parameter 4 : String 5 6 # Contain information about the topics for the current user 7 : [NotificationSubscriptionTopic] 8 9 }