Skip to main content

DeviceUsagesHasManyInput

No description

type DeviceUsagesHasManyInput {
create: [DeviceUsageRequiredInput]
update: [DeviceUsagesUpdate]
add: [GQLTQueryDeviceUsageWhere]
remove: [GQLTQueryDeviceUsageWhere]
delete: [GQLTQueryDeviceUsageWhere]
}

Fields#

create ([DeviceUsageRequiredInput])#

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

update ([DeviceUsagesUpdate])#

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

add ([GQLTQueryDeviceUsageWhere])#

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

remove ([GQLTQueryDeviceUsageWhere])#

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

delete ([GQLTQueryDeviceUsageWhere])#

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