Skip to main content

ProductVoucherModifiersHasManyInput

No description

type ProductVoucherModifiersHasManyInput {
create: [VoucherModifierRequiredInput]
update: [ProductVoucherModifiersUpdate]
add: [GQLTQueryVoucherModifierWhere]
remove: [GQLTQueryVoucherModifierWhere]
delete: [GQLTQueryVoucherModifierWhere]
}

Fields#

create ([VoucherModifierRequiredInput])#

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

update ([ProductVoucherModifiersUpdate])#

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

add ([GQLTQueryVoucherModifierWhere])#

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

remove ([GQLTQueryVoucherModifierWhere])#

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

delete ([GQLTQueryVoucherModifierWhere])#

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