OBJECT
UserPreferences
User preferences across Amazon and Twitch Prime
link GraphQL Schema definition
1 type UserPreferences { 2 3 # Has the user opted out of personalized advertisements 4 Boolean : 5 6 # User's notification preferences on the notification setting page 7 NotificationPreferences : 8 9 }