Skip to main content

DeviceMapItemsHasManyInput

No description

type DeviceMapItemsHasManyInput {
create: [MapItemRequiredInput]
update: [DeviceMapItemsUpdate]
add: [GQLTQueryMapItemWhere]
remove: [GQLTQueryMapItemWhere]
delete: [GQLTQueryMapItemWhere]
}

Fields#

create ([MapItemRequiredInput])#

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

update ([DeviceMapItemsUpdate])#

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

add ([GQLTQueryMapItemWhere])#

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

remove ([GQLTQueryMapItemWhere])#

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

delete ([GQLTQueryMapItemWhere])#

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