Skip to main content

VoucherVoucherModifiersHasManyInput

No description

type VoucherVoucherModifiersHasManyInput {
create: [VoucherModifierRequiredInput]
update: [VoucherVoucherModifiersUpdate]
add: [GQLTQueryVoucherModifierWhere]
remove: [GQLTQueryVoucherModifierWhere]
delete: [GQLTQueryVoucherModifierWhere]
}

Fields#

create ([VoucherModifierRequiredInput])#

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

update ([VoucherVoucherModifiersUpdate])#

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

add ([GQLTQueryVoucherModifierWhere])#

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

remove ([GQLTQueryVoucherModifierWhere])#

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

delete ([GQLTQueryVoucherModifierWhere])#

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