Skip to main content

InvoiceOrderBelongsToInput

No description

type InvoiceOrderBelongsToInput {
create: OrderRequiredInput
update: InvoiceOrderUpdate
delete: GQLTQueryOrderWhere
}

Fields#

create (OrderRequiredInput)#

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

update (InvoiceOrderUpdate)#

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

delete (GQLTQueryOrderWhere)#

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