Skip to main content

NodeConfigDeviceTypeBelongsToInput

No description

type NodeConfigDeviceTypeBelongsToInput {
create: DeviceTypeRequiredInput
update: NodeConfigDeviceTypeUpdate
delete: GQLTQueryDeviceTypeWhere
}

Fields#

create (DeviceTypeRequiredInput)#

This will create a new element with a relationship to the current NodeConfig

update (NodeConfigDeviceTypeUpdate)#

This will update any matching elements that have a relationship to the current NodeConfig

delete (GQLTQueryDeviceTypeWhere)#

This will delete any matching elements that have a relationship with the current NodeConfig