OBJECT

UserPreferences

User preferences across Amazon and Twitch Prime

link GraphQL Schema definition

1type UserPreferences {
2
3# Has the user opted out of personalized advertisements
4adOptOut: Boolean
5
6# User's notification preferences on the notification setting page
7notificationPreferences: NotificationPreferences
8
9}