Skip to main content

TransactionInvoiceHasOneInput

No description

type TransactionInvoiceHasOneInput {
create: InvoiceRequiredInput
update: TransactionInvoiceUpdate
delete: GQLTQueryInvoiceWhere
}

Fields#

create (InvoiceRequiredInput)#

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

update (TransactionInvoiceUpdate)#

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

delete (GQLTQueryInvoiceWhere)#

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