OBJECT

UpdateNotificationSettingsPayload

Output object to update the user's notification settings

link GraphQL Schema definition

1type UpdateNotificationSettingsPayload {
2
3# Whether the user's the email notification is opted in
4emailNotificationOptIn: Boolean
5
6# The possible error returned from the service.
7error: UpdateNotificationSettingsError
8
9}

link Required by