Skip to main content
Version: 10.x

Class: TRPCUntypedClient<TRouter>

Type parameters

Parameter
TRouter extends AnyRouter

Constructors

constructor()

new TRPCUntypedClient<TRouter>(opts): TRPCUntypedClient< TRouter >

Type parameters

Parameter
TRouter extends Router< AnyRouterDef< AnyRootConfig, any >, TRouter >

Parameters

ParameterType
optsCreateTRPCClientOptions< TRouter >

Returns

TRPCUntypedClient< TRouter >

Source

packages/client/dist/internals/TRPCUntypedClient.d.ts:54

Properties

runtime

readonly runtime: TRPCClientRuntime

Source

packages/client/dist/internals/TRPCUntypedClient.d.ts:52

Methods

mutation()

mutation( path, input?, opts?): Promise< unknown >

Parameters

ParameterType
pathstring
input?unknown
opts?TRPCRequestOptions

Returns

Promise< unknown >

Source

packages/client/dist/internals/TRPCUntypedClient.d.ts:58


query()

query( path, input?, opts?): Promise< unknown >

Parameters

ParameterType
pathstring
input?unknown
opts?TRPCRequestOptions

Returns

Promise< unknown >

Source

packages/client/dist/internals/TRPCUntypedClient.d.ts:57


subscription()

subscription( path, input, opts): Unsubscribable

Parameters

ParameterType
pathstring
inputunknown
optsPartial< TRPCSubscriptionObserver< unknown, TRPCClientError< AnyRouter > > > & TRPCRequestOptions

Returns

Unsubscribable

Source

packages/client/dist/internals/TRPCUntypedClient.d.ts:59


Generated using TypeDoc and typedoc-plugin-markdown