Interface: ReactQueryClientArgs
@ts-rest/react-query.ReactQueryClientArgs
Hierarchy
↳
ReactQueryClientArgs
Properties
api
• Optional
api: ApiFetcher
Inherited from
Defined in
core/src/lib/client.ts:63
baseHeaders
• Optional
baseHeaders: Record
<string
, string
| (options
: FetchApiOptions
) => string
>
Inherited from
Defined in
core/src/lib/client.ts:62
baseUrl
• baseUrl: string
Inherited from
Defined in
core/src/lib/client.ts:55
credentials
• Optional
credentials: RequestCredentials
Inherited from
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
Defined in
core/src/lib/client.ts:57
validateResponse
• Optional
validateResponse: boolean
Inherited from
Defined in
core/src/lib/client.ts:58