TopicConfiguration
No description
type TopicConfiguration {
topic: NotificationTopic!
filters: [String!]!
}
Fields
TopicConfiguration.topic ● NotificationTopic! non-null enum
The topic of the notification
TopicConfiguration.filters ● [String!]! non-null scalar
The filters for this notification, if empty, no filters are applied
Returned By
topicConfigurations query