Skip to main content

InvoiceAccountBelongsToInput

No description

type InvoiceAccountBelongsToInput {
create: AccountRequiredInput
update: InvoiceAccountUpdate
delete: GQLTQueryAccountWhere
}

Fields#

create (AccountRequiredInput)#

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

update (InvoiceAccountUpdate)#

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

delete (GQLTQueryAccountWhere)#

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