PushTokenDeleteInput
Autogenerated input type of PushTokenDelete
input PushTokenDeleteInput {
clientMutationId: String
pushTokenId: ID!
}
Fields
PushTokenDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PushTokenDeleteInput.pushTokenId ● ID! non-null scalar common
The ID of the push token to delete.
Member of
pushTokenDelete mutation