Skip to main content

ProductGroupProductsBelongsToManyInput

No description

type ProductGroupProductsBelongsToManyInput {
create: [ProductRequiredInput]
update: [ProductGroupProductsUpdate]
add: [GQLTQueryProductWhere]
remove: [GQLTQueryProductWhere]
delete: [GQLTQueryProductWhere]
}

Fields#

create ([ProductRequiredInput])#

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

update ([ProductGroupProductsUpdate])#

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

add ([GQLTQueryProductWhere])#

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

remove ([GQLTQueryProductWhere])#

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

delete ([GQLTQueryProductWhere])#

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