OBJECT

SubscribeToNotificationsWithTokenPayload

Output object to subscribe to notifications with a token

link GraphQL Schema definition

1type SubscribeToNotificationsWithTokenPayload {
2
3# Error code for error that occurred while unsubscribing from notifications with a
4# token
5error: SubscribeToNotificationsWithTokenError
6
7}

link Required by