And another question. Is there a rollback implemen...
# orm-help
r
And another question. Is there a rollback implementation that is supported outside of transactions? For example for each user added, it also needs to update Algolia. If either fail, both fail or the prisma operation is rolled back.
r
Yes it will rollback if the API fails.