Skip to main content

InvoiceItemProductBelongsToInput

No description

type InvoiceItemProductBelongsToInput {
create: ProductRequiredInput
update: InvoiceItemProductUpdate
delete: GQLTQueryProductWhere
}

Fields#

create (ProductRequiredInput)#

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

update (InvoiceItemProductUpdate)#

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

delete (GQLTQueryProductWhere)#

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