OBJECT

UserPushNotificationsSettings

link GraphQL Schema definition

1type UserPushNotificationsSettings {
2
3isEnabled: Boolean!
4
5notifications: [CreativeNotification!]!
6
7}

link Required by