WithTRPCNoSSROptions<TRouter>
Type parameters
- TRouterextends- AnyRouter
Hierarchy
- WithTRPCOptions<- TRouter>.WithTRPCNoSSROptions
Properties
config
Function
Type declaration
Signature
ts
ts
Parameters
| Name | Type | 
|---|---|
| info | object | 
| info.ctx? | NextPageContext | 
Returns
WithTRPCConfig<TRouter>
Inherited from: WithTRPCOptions.config
Defined in: next/src/withTRPC.tsx:65
context?
Context<any>
Override the default context provider
Default
undefined
Inherited from: WithTRPCOptions.context
Defined in: react-query/dist/shared/types.d.ts:31
reactQueryContext?
Context<undefined|QueryClient>
Override the default React Query context
Default
undefined
Inherited from: WithTRPCOptions.reactQueryContext
Defined in: react-query/dist/shared/types.d.ts:36
ssr?
false
Defined in: next/src/withTRPC.tsx:78
unstable_overrides?
object
ts
ts
Override behaviors of the built-in hooks
Type declaration
| Member | Type | 
|---|---|
| useMutation? | Partial<UseMutationOverride> | 
Inherited from: WithTRPCOptions.unstable_overrides
Defined in: react-query/dist/shared/types.d.ts:24