Skip to main content

MapItemMapBelongsToInput

No description

type MapItemMapBelongsToInput {
create: MapRequiredInput
update: MapItemMapUpdate
delete: GQLTQueryMapWhere
}

Fields#

create (MapRequiredInput)#

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

update (MapItemMapUpdate)#

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

delete (GQLTQueryMapWhere)#

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