Skip to main content

InvoiceInvoiceItemsHasManyInput

No description

type InvoiceInvoiceItemsHasManyInput {
create: [InvoiceItemRequiredInput]
update: [InvoiceInvoiceItemsUpdate]
add: [GQLTQueryInvoiceItemWhere]
remove: [GQLTQueryInvoiceItemWhere]
delete: [GQLTQueryInvoiceItemWhere]
}

Fields#

create ([InvoiceItemRequiredInput])#

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

update ([InvoiceInvoiceItemsUpdate])#

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

add ([GQLTQueryInvoiceItemWhere])#

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

remove ([GQLTQueryInvoiceItemWhere])#

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

delete ([GQLTQueryInvoiceItemWhere])#

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