Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ FirstQuery
Function
FirstQuery
packages/solid-query/src/__tests__/useIsFetching.test.tsx:89–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
function FirstQuery() {
90
useQuery(() => ({
91
queryKey: key1,
92
queryFn: () => sleep(150).then(() =>
'data'
),
93
}))
94
95
return null
96
}
97
98
function SecondQuery() {
99
useQuery(() => ({
Callers
nothing calls this directly
Calls
2
sleep
Function · 0.90
useQuery
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…