Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
DefaultHydrateOptions
Default
Hydrate
Options
external
interface
DefaultHydrateOptions
(
source
)
Members
Properties
deserialize
Data
Link copied to clipboard
abstract
val
deserializeData
:
TransformerFn
?
mutations
Link copied to clipboard
abstract
val
mutations
:
MutationOptions
<
*
,
DefaultError
,
*
,
*
>
?
queries
Link copied to clipboard
abstract
val
queries
:
QueryOptions
<
*
,
*
,
*
,
*
,
*
>
?