Skip to main content

ProductProductGroupsBelongsToManyInput

No description

type ProductProductGroupsBelongsToManyInput {
create: [ProductGroupRequiredInput]
update: [ProductProductGroupsUpdate]
add: [GQLTQueryProductGroupWhere]
remove: [GQLTQueryProductGroupWhere]
delete: [GQLTQueryProductGroupWhere]
}

Fields#

create ([ProductGroupRequiredInput])#

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

update ([ProductProductGroupsUpdate])#

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

add ([GQLTQueryProductGroupWhere])#

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

remove ([GQLTQueryProductGroupWhere])#

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

delete ([GQLTQueryProductGroupWhere])#

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