Skip to main content

DevicePositionOptionalInput

No description

type DevicePositionOptionalInput {
id: ID
position: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
deviceId: ID
device: DevicePositionDeviceBelongsToInput
}

Fields#

id (ID)#

This a primary key for DevicePosition

position (GQLTJson)#

the longitude and latitude point of the device

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceId (ID)#

This a primary key for DevicePosition

device (DevicePositionDeviceBelongsToInput)#

This is the mutation object for DevicePositionDeviceBelongsTo