Skip to main content

DeviceChildrenHasManyInput

No description

type DeviceChildrenHasManyInput {
create: [DeviceRequiredInput]
update: [DeviceChildrenUpdate]
add: [GQLTQueryDeviceWhere]
remove: [GQLTQueryDeviceWhere]
delete: [GQLTQueryDeviceWhere]
}

Fields#

create ([DeviceRequiredInput])#

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

update ([DeviceChildrenUpdate])#

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

add ([GQLTQueryDeviceWhere])#

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

remove ([GQLTQueryDeviceWhere])#

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

delete ([GQLTQueryDeviceWhere])#

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