Skip to main content

DeviceEventRequiredInput

No description

type DeviceEventRequiredInput {
id: ID
type: DeviceEventTypeRequiredInputEnum
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 (DeviceEventTypeRequiredInputEnum)#

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