MCPcopy 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

1import { QueryClient, QueryFunction } from "@tanstack/react-query";
2
3async function throwIfResNotOk(res: Response) {
4 if (!res.ok) {

Callers

nothing calls this directly

Calls 1

getQueryFnFunction · 0.70

Tested by

no test coverage detected