Skip to main content

PushTokenClearNotificationCountInput

Autogenerated input type of PushTokenClearNotificationCount

input PushTokenClearNotificationCountInput {
clientMutationId: String
pushTokenId: ID!
}

Fields

PushTokenClearNotificationCountInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

PushTokenClearNotificationCountInput.pushTokenId ● ID! non-null scalar common

The ID of the push token to clear notifications for.

Member of

pushTokenClearNotificationCount mutation