Skip to main content

InvoiceItemInvoiceBelongsToInput

No description

type InvoiceItemInvoiceBelongsToInput {
create: InvoiceRequiredInput
update: InvoiceItemInvoiceUpdate
delete: GQLTQueryInvoiceWhere
}

Fields#

create (InvoiceRequiredInput)#

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

update (InvoiceItemInvoiceUpdate)#

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

delete (GQLTQueryInvoiceWhere)#

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