Skip to main content

UserTransactionsHasManyInput

No description

type UserTransactionsHasManyInput {
create: [TransactionRequiredInput]
update: [UserTransactionsUpdate]
add: [GQLTQueryTransactionWhere]
remove: [GQLTQueryTransactionWhere]
delete: [GQLTQueryTransactionWhere]
}

Fields#

create ([TransactionRequiredInput])#

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

update ([UserTransactionsUpdate])#

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

add ([GQLTQueryTransactionWhere])#

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

remove ([GQLTQueryTransactionWhere])#

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

delete ([GQLTQueryTransactionWhere])#

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