Skip to main content

DeviceDeviceEventsHasManyInput

No description

type DeviceDeviceEventsHasManyInput {
create: [DeviceEventRequiredInput]
update: [DeviceDeviceEventsUpdate]
add: [GQLTQueryDeviceEventWhere]
remove: [GQLTQueryDeviceEventWhere]
delete: [GQLTQueryDeviceEventWhere]
}

Fields#

create ([DeviceEventRequiredInput])#

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

update ([DeviceDeviceEventsUpdate])#

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

add ([GQLTQueryDeviceEventWhere])#

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

remove ([GQLTQueryDeviceEventWhere])#

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

delete ([GQLTQueryDeviceEventWhere])#

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