DeviceToken
No description
type DeviceToken {
id: ID!
userId: ID!
platform: PlatformType!
deviceInfo: JSONObject
lastUsed: DateTime
createdAt: DateTime!
updatedAt: DateTime!
}
No description
type DeviceToken {
id: ID!
userId: ID!
platform: PlatformType!
deviceInfo: JSONObject
lastUsed: DateTime
createdAt: DateTime!
updatedAt: DateTime!
}
DeviceToken.id ● ID! non-null scalarDeviceToken.userId ● ID! non-null scalarDeviceToken.platform ● PlatformType! non-null enumDeviceToken.deviceInfo ● JSONObject scalarDeviceToken.lastUsed ● DateTime scalarDeviceToken.createdAt ● DateTime! non-null scalarDeviceToken.updatedAt ● DateTime! non-null scalar