Skip to main content

InvoiceVoucherBelongsToInput

No description

type InvoiceVoucherBelongsToInput {
create: VoucherRequiredInput
update: InvoiceVoucherUpdate
delete: GQLTQueryVoucherWhere
}

Fields#

create (VoucherRequiredInput)#

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

update (InvoiceVoucherUpdate)#

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

delete (GQLTQueryVoucherWhere)#

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