Skip to main content

MapItemFileItemBelongsToInput

No description

type MapItemFileItemBelongsToInput {
create: ItemRequiredInput
update: MapItemFileItemUpdate
delete: GQLTQueryItemWhere
}

Fields#

create (ItemRequiredInput)#

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

update (MapItemFileItemUpdate)#

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

delete (GQLTQueryItemWhere)#

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