Skip to main content

ItemParentBelongsToInput

No description

type ItemParentBelongsToInput {
create: ItemRequiredInput
update: ItemParentUpdate
delete: GQLTQueryItemWhere
}

Fields#

create (ItemRequiredInput)#

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

update (ItemParentUpdate)#

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

delete (GQLTQueryItemWhere)#

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