Skip to main content

DeviceNodeServiceOptionalInput

No description

type DeviceNodeServiceOptionalInput {
createdAt: GQLTDate
updatedAt: GQLTDate
deviceId: ID
nodeServiceId: ID
device: DeviceNodeServiceDeviceBelongsToInput
nodeService: DeviceNodeServiceNodeServiceBelongsToInput
}

Fields#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceId (ID)#

This a primary key for DeviceNodeService

nodeServiceId (ID)#

This a primary key for DeviceNodeService

device (DeviceNodeServiceDeviceBelongsToInput)#

This is the mutation object for DeviceNodeServiceDeviceBelongsTo

nodeService (DeviceNodeServiceNodeServiceBelongsToInput)#

This is the mutation object for DeviceNodeServiceNodeServiceBelongsTo