Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
tRPC
Two mutations are sent together through httpBatchLink. What transaction guarantee does th…
from tRPC
Node 24
intermediate
1 min
Two mutations are sent together through httpBatchLink. What transaction guarantee does that provide?
None; each procedure remains a distinct operation unless application code creates a transaction.
Both mutations commit or both roll back automatically.
The second mutation runs only if the first succeeds.
The batch makes both mutations idempotent.
Check
Ask AI about this kata
Report an error
next kata
Why does a tRPC procedure still need a runtime input parser when its TypeScript client ha…
Quiz
A new version is available
Reload