INPUT_OBJECT

UpdateTopicSubscriptionInput

Input object to subscribe/unsubscribe notification for a specific topic

link GraphQL Schema definition

1input UpdateTopicSubscriptionInput {
4
2# Unique identifier for the topic the customer subscribed from
3topicId: String!
7
5# Title of the topic
6topicTitle: String!
10
8# Describes the type of topic for the subscription, such as a game
9topicType: NotificationTopicType!
13
11# Status of the topic subscription
12isEnabled: Boolean!
14}

link Required by