Skip to main content

VoucherInvoiceItemsHasManyInput

No description

type VoucherInvoiceItemsHasManyInput {
create: [InvoiceItemRequiredInput]
update: [VoucherInvoiceItemsUpdate]
add: [GQLTQueryInvoiceItemWhere]
remove: [GQLTQueryInvoiceItemWhere]
delete: [GQLTQueryInvoiceItemWhere]
}

Fields#

create ([InvoiceItemRequiredInput])#

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

update ([VoucherInvoiceItemsUpdate])#

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

add ([GQLTQueryInvoiceItemWhere])#

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

remove ([GQLTQueryInvoiceItemWhere])#

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

delete ([GQLTQueryInvoiceItemWhere])#

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