Skip to main content

ProductOrderItemsHasManyInput

No description

type ProductOrderItemsHasManyInput {
create: [OrderItemRequiredInput]
update: [ProductOrderItemsUpdate]
add: [GQLTQueryOrderItemWhere]
remove: [GQLTQueryOrderItemWhere]
delete: [GQLTQueryOrderItemWhere]
}

Fields#

create ([OrderItemRequiredInput])#

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

update ([ProductOrderItemsUpdate])#

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

add ([GQLTQueryOrderItemWhere])#

This will add any matching elements with a relationship to the current Product

remove ([GQLTQueryOrderItemWhere])#

This will remove the relationship from any matching elements from the current Product

delete ([GQLTQueryOrderItemWhere])#

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