Skip to main content

VoucherOrdersHasManyInput

No description

type VoucherOrdersHasManyInput {
create: [OrderRequiredInput]
update: [VoucherOrdersUpdate]
add: [GQLTQueryOrderWhere]
remove: [GQLTQueryOrderWhere]
delete: [GQLTQueryOrderWhere]
}

Fields#

create ([OrderRequiredInput])#

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

update ([VoucherOrdersUpdate])#

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

add ([GQLTQueryOrderWhere])#

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

remove ([GQLTQueryOrderWhere])#

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

delete ([GQLTQueryOrderWhere])#

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