OBJECT

CreativeNotification

link GraphQL Schema definition

1type CreativeNotification {
2
3isEnabled: Boolean!
4
5name: NotificationType!
6
7}