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