Comparing version 3.0.0-canary-20240421051127.21e83a0f48e6cf1689eb2870ae0aed650506628a to 3.0.0-canary-20240421052558.5e461c2786c8ee3411c76cf75183a2441219f568
@@ -13,4 +13,4 @@ import type { ExecutionResult } from 'graphql'; | ||
*/ | ||
export declare const dedupePromise: <TData = Record<string, unknown>, TExtensions = Record<string, unknown>>(cache: Cache | undefined, hash: string, fetchOrSubscribe: () => Promise<ExecutionResult<TData, TExtensions> | void>) => Promise<ExecutionResult<TData, TExtensions>>; | ||
export declare const dedupePromise: <TData = Record<string, unknown>, TExtensions = Record<string, unknown>>(cache: Cache | undefined, hash: string, fetchOrSubscribe: () => Promise<void | ExecutionResult<TData, TExtensions>>) => Promise<ExecutionResult<TData, TExtensions>>; | ||
/** Retrieve active promises associated provided cache, useful for SSR. */ | ||
export declare const getActivePromises: (cache?: Cache) => Promise<ExecutionResult>[]; |
{ | ||
"name": "gqty", | ||
"version": "3.0.0-canary-20240421051127.21e83a0f48e6cf1689eb2870ae0aed650506628a", | ||
"version": "3.0.0-canary-20240421052558.5e461c2786c8ee3411c76cf75183a2441219f568", | ||
"description": "gqty client without queries", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |