Skip to main content

MapItemsHasManyInput

No description

type MapItemsHasManyInput {
create: [MapItemRequiredInput]
update: [MapItemsUpdate]
add: [GQLTQueryMapItemWhere]
remove: [GQLTQueryMapItemWhere]
delete: [GQLTQueryMapItemWhere]
}

Fields#

create ([MapItemRequiredInput])#

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

update ([MapItemsUpdate])#

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

add ([GQLTQueryMapItemWhere])#

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

remove ([GQLTQueryMapItemWhere])#

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

delete ([GQLTQueryMapItemWhere])#

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