Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gqty

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 3.0.0-canary-20240421065647.a06b7d65e088b5f66dac4e95ddb6bd111fd6cb2e to 3.0.0-canary-20240421065706.20b5907b1b4e08d6c4db2778ff3b1b063d55c3bd

2

Accessor/resolve.d.ts

@@ -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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc