UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

10 lines 245 B
import type { DocumentNode } from "graphql"; export type CacheKey = [ query: DocumentNode, stringifiedVariables: string, ...queryKey: any[] ]; export interface QueryKey { __queryKey?: string; } //# sourceMappingURL=types.d.ts.map