OBJECT
NotificationSubscriptionTopic
An object containing information about the topic for the current user
link GraphQL Schema definition
1 type NotificationSubscriptionTopic { 2 3 # Unique identifier for the topic 4 String! : 5 6 # Type of the topic 7 NotificationTopicType : 8 9 # Title of the topic 10 String : 11 12 # The relationship between the current user and the topic 13 NotificationSubscriptionTopicSelfConnection : 14 15 }