Skip to main content

DeviceConnectionOptionalInput

No description

type DeviceConnectionOptionalInput {
id: ID
lastSeen: String
deviceId: ID
nasId: ID
createdAt: GQLTDate
updatedAt: GQLTDate
device: DeviceConnectionDeviceBelongsToInput
nasDevice: DeviceConnectionNasDeviceBelongsToInput
}

Fields#

id (ID)#

This a primary key for DeviceConnection

lastSeen (String)#

lastSeen column

deviceId (ID)#

This a primary key for DeviceConnection

nasId (ID)#

This a primary key for DeviceConnection

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

device (DeviceConnectionDeviceBelongsToInput)#

This is the mutation object for DeviceConnectionDeviceBelongsTo

nasDevice (DeviceConnectionNasDeviceBelongsToInput)#

This is the mutation object for DeviceConnectionNasDeviceBelongsTo