OBJECT
UnsubscribeFromNotificationsWithTokenError
Error code for error that occurred while unsubscribing from notifications with a token
link GraphQL Schema definition
1 type UnsubscribeFromNotificationsWithTokenError { 2 3 # The possible error returned from the service 4 : UnsubscribeFromNotificationsWithTokenErrorCode! 5 6 }