OBJECT
UpdateNotificationSettingsPayload
Output object to update the user's notification settings
link GraphQL Schema definition
1 type UpdateNotificationSettingsPayload { 2 3 # Whether the user's the email notification is opted in 4 Boolean : 5 6 # The possible error returned from the service. 7 UpdateNotificationSettingsError : 8 9 }