Skip to main content

ProductInvoiceItemsHasManyInput

No description

type ProductInvoiceItemsHasManyInput {
create: [InvoiceItemRequiredInput]
update: [ProductInvoiceItemsUpdate]
add: [GQLTQueryInvoiceItemWhere]
remove: [GQLTQueryInvoiceItemWhere]
delete: [GQLTQueryInvoiceItemWhere]
}

Fields#

create ([InvoiceItemRequiredInput])#

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

update ([ProductInvoiceItemsUpdate])#

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

add ([GQLTQueryInvoiceItemWhere])#

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

remove ([GQLTQueryInvoiceItemWhere])#

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

delete ([GQLTQueryInvoiceItemWhere])#

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