PushTokenCreateInput
Autogenerated input type of PushTokenCreate
input PushTokenCreateInput {
clientMutationId: String
token: String!
}
Fields
PushTokenCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PushTokenCreateInput.token ● String! non-null scalar common
The token.
Member of
pushTokenCreate mutation