INPUT_OBJECT

SubscribeToNotificationsWithTokenInput

Input object to subscribe to notifications with a token

link GraphQL Schema definition

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

link Required by