Skip to main content

OrderItemProductBelongsToInput

No description

type OrderItemProductBelongsToInput {
create: ProductRequiredInput
update: OrderItemProductUpdate
delete: GQLTQueryProductWhere
}

Fields#

create (ProductRequiredInput)#

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

update (OrderItemProductUpdate)#

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

delete (GQLTQueryProductWhere)#

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