Skip to main content

DeviceEventOptionalInput

No description

type DeviceEventOptionalInput {
id: ID
type: DeviceEventTypeOptionalInputEnum
data: GQLTJson
position: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
deviceId: ID
device: DeviceEventDeviceBelongsToInput
mapItems: DeviceEventMapItemsHasManyInput
devicePositions: DeviceEventDevicePositionsHasManyInput
}

Fields#

id (ID)#

This a primary key for DeviceEvent

type (DeviceEventTypeOptionalInputEnum)#

Type of device event

data (GQLTJson)#

reference data for device event

position (GQLTJson)#

position column

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceId (ID)#

This a primary key for DeviceEvent

device (DeviceEventDeviceBelongsToInput)#

This is the mutation object for DeviceEventDeviceBelongsTo

mapItems (DeviceEventMapItemsHasManyInput)#

This is the mutation object for DeviceEventMapItemsHasMany

devicePositions (DeviceEventDevicePositionsHasManyInput)#

This is the mutation object for DeviceEventDevicePositionsHasMany