Skip to main content

GroupDeviceDeviceBelongsToInput

No description

type GroupDeviceDeviceBelongsToInput {
create: DeviceRequiredInput
update: GroupDeviceDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (GroupDeviceDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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