Skip to main content

UserInvoicesHasManyInput

No description

type UserInvoicesHasManyInput {
create: [InvoiceRequiredInput]
update: [UserInvoicesUpdate]
add: [GQLTQueryInvoiceWhere]
remove: [GQLTQueryInvoiceWhere]
delete: [GQLTQueryInvoiceWhere]
}

Fields#

create ([InvoiceRequiredInput])#

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

update ([UserInvoicesUpdate])#

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

add ([GQLTQueryInvoiceWhere])#

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

remove ([GQLTQueryInvoiceWhere])#

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

delete ([GQLTQueryInvoiceWhere])#

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