Skip to main content

OrderVoucherBelongsToInput

No description

type OrderVoucherBelongsToInput {
create: VoucherRequiredInput
update: OrderVoucherUpdate
delete: GQLTQueryVoucherWhere
}

Fields#

create (VoucherRequiredInput)#

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

update (OrderVoucherUpdate)#

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

delete (GQLTQueryVoucherWhere)#

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