Skip to main content

MapItemDeviceBelongsToInput

No description

type MapItemDeviceBelongsToInput {
create: DeviceRequiredInput
update: MapItemDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (MapItemDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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