Skip to main content

DevicePosition

device-position

type DevicePosition implements Node {
id: ID!
position: GQLTJson
createdAt: GQLTDate!
updatedAt: GQLTDate!
deviceId: ID
device: Device
}

Fields#

id (ID!)#

The ID of an object

position (GQLTJson)#

the longitude and latitude point of the device

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

deviceId (ID)#

The ID of an object

device (Device)#

Interfaces#

Node#

An object with an ID