Skip to main content

DeviceEventMapItemsHasManyInput

No description

type DeviceEventMapItemsHasManyInput {
create: [MapItemRequiredInput]
update: [DeviceEventMapItemsUpdate]
add: [GQLTQueryMapItemWhere]
remove: [GQLTQueryMapItemWhere]
delete: [GQLTQueryMapItemWhere]
}

Fields#

create ([MapItemRequiredInput])#

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

update ([DeviceEventMapItemsUpdate])#

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

add ([GQLTQueryMapItemWhere])#

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

remove ([GQLTQueryMapItemWhere])#

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

delete ([GQLTQueryMapItemWhere])#

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