Skip to main content

InvoiceTransactionBelongsToInput

No description

type InvoiceTransactionBelongsToInput {
create: TransactionRequiredInput
update: InvoiceTransactionUpdate
delete: GQLTQueryTransactionWhere
}

Fields#

create (TransactionRequiredInput)#

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

update (InvoiceTransactionUpdate)#

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

delete (GQLTQueryTransactionWhere)#

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