Skip to main content

OrderOrderItemsHasManyInput

No description

type OrderOrderItemsHasManyInput {
create: [OrderItemRequiredInput]
update: [OrderOrderItemsUpdate]
add: [GQLTQueryOrderItemWhere]
remove: [GQLTQueryOrderItemWhere]
delete: [GQLTQueryOrderItemWhere]
}

Fields#

create ([OrderItemRequiredInput])#

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

update ([OrderOrderItemsUpdate])#

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

add ([GQLTQueryOrderItemWhere])#

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

remove ([GQLTQueryOrderItemWhere])#

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

delete ([GQLTQueryOrderItemWhere])#

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