Skip to main content

InvoiceItemVoucherBelongsToInput

No description

type InvoiceItemVoucherBelongsToInput {
create: VoucherRequiredInput
update: InvoiceItemVoucherUpdate
delete: GQLTQueryVoucherWhere
}

Fields#

create (VoucherRequiredInput)#

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

update (InvoiceItemVoucherUpdate)#

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

delete (GQLTQueryVoucherWhere)#

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