INPUT_OBJECT

UnsubscribeFromNotificationsWithTokenInput

Input object to unsubscribe from notifications with a token

link GraphQL Schema definition

1input UnsubscribeFromNotificationsWithTokenInput {
4
2# Unique token that can be parsed to get customerId for notifications
3unsubscribeToken: String!
5}

link Required by