OBJECT

UpdateTopicSubscriptionPayload

Output object to subscribe/unsubscribe notification for a specific topic

link GraphQL Schema definition

1type UpdateTopicSubscriptionPayload {
2
3# Specific subscribed topic information for notification
4notificationSubscriptionTopic: NotificationSubscriptionTopic
5
6# The possible error returned from the service.
7error: UpdateTopicSubscriptionError
8
9}

link Required by