Skip to main content

GroupProductGroupBelongsToInput

No description

type GroupProductGroupBelongsToInput {
create: ProductGroupRequiredInput
update: GroupProductGroupUpdate
delete: GQLTQueryProductGroupWhere
}

Fields#

create (ProductGroupRequiredInput)#

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

update (GroupProductGroupUpdate)#

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

delete (GQLTQueryProductGroupWhere)#

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