Skip to main content

ItemTemplateRefsHasManyInput

No description

type ItemTemplateRefsHasManyInput {
create: [ItemRequiredInput]
update: [ItemTemplateRefsUpdate]
add: [GQLTQueryItemWhere]
remove: [GQLTQueryItemWhere]
delete: [GQLTQueryItemWhere]
}

Fields#

create ([ItemRequiredInput])#

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

update ([ItemTemplateRefsUpdate])#

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

add ([GQLTQueryItemWhere])#

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

remove ([GQLTQueryItemWhere])#

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

delete ([GQLTQueryItemWhere])#

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