MCPcopy Create free account
hub / github.com/SvelteStack/svelte-query / QueryDefaults

Interface QueryDefaults

src/queryCore/core/queryClient.ts:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// TYPES
43
44interface QueryDefaults {
45 queryKey: QueryKey
46 defaultOptions: QueryOptions<any, any, any>
47}
48
49interface MutationDefaults {
50 mutationKey: MutationKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…