Skip to main content

VoucherInvoiceHasManyInput

No description

type VoucherInvoiceHasManyInput {
create: [InvoiceRequiredInput]
update: [VoucherInvoiceUpdate]
add: [GQLTQueryInvoiceWhere]
remove: [GQLTQueryInvoiceWhere]
delete: [GQLTQueryInvoiceWhere]
}

Fields#

create ([InvoiceRequiredInput])#

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

update ([VoucherInvoiceUpdate])#

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

add ([GQLTQueryInvoiceWhere])#

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

remove ([GQLTQueryInvoiceWhere])#

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

delete ([GQLTQueryInvoiceWhere])#

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