OBJECT

UnsubscribeFromNotificationsWithTokenPayload

Output object to unsubscribe from notifications with a token

link GraphQL Schema definition

1type UnsubscribeFromNotificationsWithTokenPayload {
2
3# Error code for error that occurred while unsubscribing from notifications with a
4# token
5error: UnsubscribeFromNotificationsWithTokenError
6
7# notification subscriptions information on the notification setting page;
8# returned from SNSS endpoint
9emailNotificationOptIn: Boolean
10
11}

link Required by