UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines (5 loc) 251 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.cts.map