INPUT_OBJECT
UpdateTopicSubscriptionInput
Input object to subscribe/unsubscribe notification for a specific topic
link GraphQL Schema definition
1 input UpdateTopicSubscriptionInput { 4 2 # Unique identifier for the topic the customer subscribed from 3 String! : 7 5 # Title of the topic 6 String! : 10 8 # Describes the type of topic for the subscription, such as a game 9 NotificationTopicType! : 13 11 # Status of the topic subscription 12 Boolean! : 14 }