Skip to main content

AccountTransactionsHasManyInput

No description

type AccountTransactionsHasManyInput {
create: [TransactionRequiredInput]
update: [AccountTransactionsUpdate]
add: [GQLTQueryTransactionWhere]
remove: [GQLTQueryTransactionWhere]
delete: [GQLTQueryTransactionWhere]
}

Fields#

create ([TransactionRequiredInput])#

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

update ([AccountTransactionsUpdate])#

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

add ([GQLTQueryTransactionWhere])#

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

remove ([GQLTQueryTransactionWhere])#

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

delete ([GQLTQueryTransactionWhere])#

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