Comparing version 3.0.0-canary-20240421065647.a06b7d65e088b5f66dac4e95ddb6bd111fd6cb2e to 3.0.0-canary-20240421065706.20b5907b1b4e08d6c4db2778ff3b1b063d55c3bd
@@ -12,3 +12,3 @@ import type { CacheNode } from '../Cache'; | ||
} | GeneratedSchemaObject[] | null | undefined; | ||
export declare const createUnionAccessor: ({ context, cache, possibleTypes, selection, }: Omit<Meta, "type"> & { | ||
export declare const createUnionAccessor: ({ context, cache, possibleTypes, selection, }: Omit<Meta, 'type'> & { | ||
possibleTypes: readonly string[]; | ||
@@ -15,0 +15,0 @@ }) => { |
@@ -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<void | ExecutionResult<TData, TExtensions>>) => Promise<ExecutionResult<TData, TExtensions>>; | ||
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>>; | ||
/** Retrieve active promises associated provided cache, useful for SSR. */ | ||
export declare const getActivePromises: (cache?: Cache) => Promise<ExecutionResult>[]; |
@@ -9,5 +9,3 @@ import type { BaseGeneratedSchema } from '..'; | ||
}; | ||
export declare const createRefetch: <TSchema extends BaseGeneratedSchema>({ cache, fetchOptions, inlineResolved, selectionHistory, }: import("./client").CreateLegacyClientOptions<TSchema> & { | ||
subscribeLegacySelections: import("./client").SelectionSubscriber; | ||
} & { | ||
export declare const createRefetch: <TSchema extends BaseGeneratedSchema>({ cache, fetchOptions, inlineResolved, selectionHistory, }: CreateLegacyMethodOptions<TSchema> & { | ||
/** Valid scalar selections for refetching. */ | ||
@@ -14,0 +12,0 @@ selectionHistory: Set<Selection>; |
{ | ||
"name": "gqty", | ||
"version": "3.0.0-canary-20240421065647.a06b7d65e088b5f66dac4e95ddb6bd111fd6cb2e", | ||
"version": "3.0.0-canary-20240421065706.20b5907b1b4e08d6c4db2778ff3b1b063d55c3bd", | ||
"description": "gqty client without queries", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
282758
8134