OBJECT
SubscribeToNotificationsWithTokenPayload
Output object to subscribe to notifications with a token
link GraphQL Schema definition
1 type SubscribeToNotificationsWithTokenPayload { 2 3 # Error code for error that occurred while unsubscribing from notifications with a 4 # token 5 SubscribeToNotificationsWithTokenError : 6 7 }