Skip to main content

DeviceParentConnectionsHasManyInput

No description

type DeviceParentConnectionsHasManyInput {
create: [DeviceConnectionRequiredInput]
update: [DeviceParentConnectionsUpdate]
add: [GQLTQueryDeviceConnectionWhere]
remove: [GQLTQueryDeviceConnectionWhere]
delete: [GQLTQueryDeviceConnectionWhere]
}

Fields#

create ([DeviceConnectionRequiredInput])#

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

update ([DeviceParentConnectionsUpdate])#

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

add ([GQLTQueryDeviceConnectionWhere])#

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

remove ([GQLTQueryDeviceConnectionWhere])#

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

delete ([GQLTQueryDeviceConnectionWhere])#

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