Skip to main content

UserDeviceInput

Device specific registration data.

input UserDeviceInput {
id: ID!
locale: LocaleString!
os: String
osVersion: String
}

Fields

UserDeviceInput.id ● ID! non-null scalar

The globally unique ID for the device.

UserDeviceInput.locale ● LocaleString! non-null scalar

The currently specific locale of the device.

UserDeviceInput.os ● String scalar

Unstructured operating system string for the device.

UserDeviceInput.osVersion ● String scalar

Unstructured operating system version for the device.

Member of

RegisterForPushNotificationsInput input