Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
DehydrateOptions
Dehydrate
Options
external
interface
DehydrateOptions
(
source
)
Members
Properties
serialize
Data
Link copied to clipboard
abstract
val
serializeData
:
TransformerFn
?
should
Dehydrate
Mutation
Link copied to clipboard
abstract
val
shouldDehydrateMutation
:
(
mutation
:
Mutation
<
*
,
*
,
*
,
*
>
)
->
Boolean
?
should
Dehydrate
Query
Link copied to clipboard
abstract
val
shouldDehydrateQuery
:
(
query
:
Query
<
*
,
*
,
*
,
*
>
)
->
Boolean
?
should
Redact
Errors
Link copied to clipboard
abstract
val
shouldRedactErrors
:
(
error
:
Any
)
->
Boolean
?