UpdateEmeritConnectDeviceInformationInput
The information on a Emerit Connect device
input UpdateEmeritConnectDeviceInformationInput {
deviceId: String!
model: String!
brand: String!
osName: String!
osVersion: String!
appVersion: String!
}
Fields
UpdateEmeritConnectDeviceInformationInput.deviceId
● String!
non-null scalar
The id of the device
UpdateEmeritConnectDeviceInformationInput.model
● String!
non-null scalar
The model of the device
UpdateEmeritConnectDeviceInformationInput.brand
● String!
non-null scalar
The brand of the device
UpdateEmeritConnectDeviceInformationInput.osName
● String!
non-null scalar
The os name of the device
UpdateEmeritConnectDeviceInformationInput.osVersion
● String!
non-null scalar
The os version of the device
UpdateEmeritConnectDeviceInformationInput.appVersion
● String!
non-null scalar
The app version of the device
Member Of
updateEmeritConnectDeviceInfo
mutation