Skip to main content

DeviceConfigsBelongsToManyInput

No description

type DeviceConfigsBelongsToManyInput {
create: [DeviceConfigRequiredInput]
update: [DeviceConfigsUpdate]
add: [GQLTQueryDeviceConfigWhere]
remove: [GQLTQueryDeviceConfigWhere]
delete: [GQLTQueryDeviceConfigWhere]
}

Fields#

create ([DeviceConfigRequiredInput])#

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

update ([DeviceConfigsUpdate])#

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

add ([GQLTQueryDeviceConfigWhere])#

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

remove ([GQLTQueryDeviceConfigWhere])#

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

delete ([GQLTQueryDeviceConfigWhere])#

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