RegisterForPushNotificationsInput
A request to register a specific device for push notifications.
input RegisterForPushNotificationsInput {
device: UserDeviceInput!
registration: PushRegistrationInput!
}
Fields
RegisterForPushNotificationsInput.device ● UserDeviceInput! non-null input
The device specific registration data.
RegisterForPushNotificationsInput.registration ● PushRegistrationInput! non-null input
The push specific registration data for this device.
Member of
registerForPushNotifications mutation