Function: httpBatchLink()
httpBatchLink<
TRouter
>(opts
):TRPCLink
<TRouter
>
Type parameters
Parameter |
---|
TRouter extends Router < any , any , TRouter > |
Parameters
Parameter | Type |
---|---|
opts | HTTPBatchLinkOptions < inferRootTypes < TRouter > > |
Returns
TRPCLink
< TRouter
>
Source
packages/client/src/links/internals/createHTTPBatchLink.ts:44
Generated using TypeDoc and typedoc-plugin-markdown