UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 190 B
import type { DocumentNode } from "graphql"; export type CacheKey = [ query: DocumentNode, stringifiedVariables: string, ...queryKey: any[] ]; //# sourceMappingURL=types.d.ts.map