AppPushDevice
No description
type AppPushDevice {
uuid: String!
platform: AppPushDevicePlatform!
provider: AppPushDeviceProvider!
permissionStatus: AppPushPermissionStatus!
enabled: Boolean!
lastSeenAt: Date
}
Fields
AppPushDevice.uuid ● String! non-null scalar
Stable ID for the registered push device
AppPushDevice.platform ● AppPushDevicePlatform! non-null enum
Native platform that produced the token
AppPushDevice.provider ● AppPushDeviceProvider! non-null enum
Push provider responsible for the token
AppPushDevice.permissionStatus ● AppPushPermissionStatus! non-null enum
Current permission state reported by the app
AppPushDevice.enabled ● Boolean! non-null scalar
Whether the server can send to this token
AppPushDevice.lastSeenAt ● Date scalar
Last time the app registered or refreshed this token
Member Of
AppNotificationSettings object