Skip to main content

ProductGroupGroupHasManyInput

No description

type ProductGroupGroupHasManyInput {
create: [GroupRequiredInput]
update: [ProductGroupGroupUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([ProductGroupGroupUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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