PushRegistrationInput
Push token registration data.
input PushRegistrationInput {
application: String!
applicationVersion: String!
platform: ApplicationPlatform!
token: ID!
}
Fields
PushRegistrationInput.application
● String!
non-null scalar
The name of the application that registered this token.
PushRegistrationInput.applicationVersion
● String!
non-null scalar
The version of the application that registered this token.
PushRegistrationInput.platform
● ApplicationPlatform!
non-null enum
The platform of the device on which the application runs.
PushRegistrationInput.token
● ID!
non-null scalar
The globally unique push token.