Skip to main content

OrderItemOrderBelongsToInput

No description

type OrderItemOrderBelongsToInput {
create: OrderRequiredInput
update: OrderItemOrderUpdate
delete: GQLTQueryOrderWhere
}

Fields#

create (OrderRequiredInput)#

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

update (OrderItemOrderUpdate)#

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

delete (GQLTQueryOrderWhere)#

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