Skip to main content

AccountInvoiceHasManyInput

No description

type AccountInvoiceHasManyInput {
create: [InvoiceRequiredInput]
update: [AccountInvoiceUpdate]
add: [GQLTQueryInvoiceWhere]
remove: [GQLTQueryInvoiceWhere]
delete: [GQLTQueryInvoiceWhere]
}

Fields#

create ([InvoiceRequiredInput])#

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

update ([AccountInvoiceUpdate])#

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

add ([GQLTQueryInvoiceWhere])#

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

remove ([GQLTQueryInvoiceWhere])#

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

delete ([GQLTQueryInvoiceWhere])#

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