OBJECT

EventNotificationSetting

Settings for a given event.

link GraphQL Schema definition

1type EventNotificationSetting {
2
3# The setting category.
4category: String!
5
6# Settings for individual platforms.
7platforms: [PlatformEventSetting!]!
8
9}