OBJECT
UserPushNotificationsSettings
link GraphQL Schema definition
1 type UserPushNotificationsSettings { 2 3 : Boolean! 4 5 : [CreativeNotification!]! 6 7 }
OBJECT
1 type UserPushNotificationsSettings { 2 3 : Boolean! 4 5 : [CreativeNotification!]! 6 7 }