Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F12FLASH/CTF
/ queryClient.ts
File
queryClient.ts
7.GraphQL Apocalypse/client/src/lib/queryClient.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ QueryClient, QueryFunction } from
"@tanstack/react-query"
;
2
3
async
function
throwIfResNotOk(res: Response) {
4
if
(!res.ok) {
Callers
nothing calls this directly
Calls
1
getQueryFn
Function · 0.70
Tested by
no test coverage detected