UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 249 B
import type { SelectionSetNode } from "graphql"; export declare function dealias(fieldValue: Record<string, any> | null | undefined, selectionSet: SelectionSetNode): { [x: string]: any; } | null | undefined; //# sourceMappingURL=dealias.d.ts.map