Skip to main content

ItemTemplateBelongsToInput

No description

type ItemTemplateBelongsToInput {
create: ItemRequiredInput
update: ItemTemplateUpdate
delete: GQLTQueryItemWhere
}

Fields#

create (ItemRequiredInput)#

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

update (ItemTemplateUpdate)#

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