Skip to main content

ProductGroupVouchersHasManyInput

No description

type ProductGroupVouchersHasManyInput {
create: [VoucherRequiredInput]
update: [ProductGroupVouchersUpdate]
add: [GQLTQueryVoucherWhere]
remove: [GQLTQueryVoucherWhere]
delete: [GQLTQueryVoucherWhere]
}

Fields#

create ([VoucherRequiredInput])#

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

update ([ProductGroupVouchersUpdate])#

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

add ([GQLTQueryVoucherWhere])#

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

remove ([GQLTQueryVoucherWhere])#

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

delete ([GQLTQueryVoucherWhere])#

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