toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-query-core
/
tanstack.query.core
/
QueryClient
/
fetchQuery
fetch
Query
open
fun
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
:
QueryKey
,
TPageParam
>
fetchQuery
(
options
:
FetchQueryOptions
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
,
TPageParam
>
)
:
Promise
<
TData
>
(
source
)