Skip to main content

DeviceEventDevicePositionsHasManyInput

No description

type DeviceEventDevicePositionsHasManyInput {
create: [DevicePositionRequiredInput]
update: [DeviceEventDevicePositionsUpdate]
add: [GQLTQueryDevicePositionWhere]
remove: [GQLTQueryDevicePositionWhere]
delete: [GQLTQueryDevicePositionWhere]
}

Fields#

create ([DevicePositionRequiredInput])#

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

update ([DeviceEventDevicePositionsUpdate])#

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

add ([GQLTQueryDevicePositionWhere])#

This will add any matching elements with a relationship to the current DeviceEvent

remove ([GQLTQueryDevicePositionWhere])#

This will remove the relationship from any matching elements from the current DeviceEvent

delete ([GQLTQueryDevicePositionWhere])#

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