OBJECT

NotificationSubscriptionTopicSelfConnection

An object containing the relationship between the current user and the topic

link GraphQL Schema definition

1type NotificationSubscriptionTopicSelfConnection {
2
3# Flag tracking if the user has subscribed to the topic
4isEnabled: Boolean
5
6}