Skip to main content

OrderInvoicesHasManyInput

No description

type OrderInvoicesHasManyInput {
create: [InvoiceRequiredInput]
update: [OrderInvoicesUpdate]
add: [GQLTQueryInvoiceWhere]
remove: [GQLTQueryInvoiceWhere]
delete: [GQLTQueryInvoiceWhere]
}

Fields#

create ([InvoiceRequiredInput])#

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

update ([OrderInvoicesUpdate])#

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

add ([GQLTQueryInvoiceWhere])#

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

remove ([GQLTQueryInvoiceWhere])#

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

delete ([GQLTQueryInvoiceWhere])#

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