Skip to main content

Interface: ReactQueryClientArgs

@ts-rest/react-query.ReactQueryClientArgs

Hierarchy

Properties

api

Optional api: ApiFetcher

Inherited from

ClientArgs.api

Defined in

core/src/lib/client.ts:63


baseHeaders

Optional baseHeaders: Record<string, string | (options: FetchApiOptions) => string>

Inherited from

ClientArgs.baseHeaders

Defined in

core/src/lib/client.ts:62


baseUrl

baseUrl: string

Inherited from

ClientArgs.baseUrl

Defined in

core/src/lib/client.ts:55


credentials

Optional credentials: RequestCredentials

Inherited from

ClientArgs.credentials

Defined in

core/src/lib/client.ts:56


includeThrownErrorsInErrorType

Optional includeThrownErrorsInErrorType: boolean

Defined in

react-query/src/v4/types.ts:20


jsonQuery

Optional jsonQuery: boolean

Inherited from

ClientArgs.jsonQuery

Defined in

core/src/lib/client.ts:57


validateResponse

Optional validateResponse: boolean

Inherited from

ClientArgs.validateResponse

Defined in

core/src/lib/client.ts:58