Skip to main content

DeviceDevicePositionsHasManyInput

No description

type DeviceDevicePositionsHasManyInput {
create: [DevicePositionRequiredInput]
update: [DeviceDevicePositionsUpdate]
add: [GQLTQueryDevicePositionWhere]
remove: [GQLTQueryDevicePositionWhere]
delete: [GQLTQueryDevicePositionWhere]
}

Fields#

create ([DevicePositionRequiredInput])#

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

update ([DeviceDevicePositionsUpdate])#

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

add ([GQLTQueryDevicePositionWhere])#

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

remove ([GQLTQueryDevicePositionWhere])#

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

delete ([GQLTQueryDevicePositionWhere])#

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