Skip to main content

DeviceChildConnectionsHasManyInput

No description

type DeviceChildConnectionsHasManyInput {
create: [DeviceConnectionRequiredInput]
update: [DeviceChildConnectionsUpdate]
add: [GQLTQueryDeviceConnectionWhere]
remove: [GQLTQueryDeviceConnectionWhere]
delete: [GQLTQueryDeviceConnectionWhere]
}

Fields#

create ([DeviceConnectionRequiredInput])#

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

update ([DeviceChildConnectionsUpdate])#

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