t
tRPC
t
tRPC
Possible to disable batching on a single query?
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
B
BeBoRE
•
3/26/24, 11:20 AM
https://trpc.io/docs/client/links/splitLink#disable-batching-for-certain-requests
Split Link | tRPC
splitLink is a link that allows you to branch your link chain
's execution depending on a given condition
. Both the true and false branches are required
. You can provide just one link
, or multiple links per branch via an array
.