UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 229 B
import type { DocumentNode } from "graphql"; export declare function filterOperationVariables(variables: Record<string, any>, query: DocumentNode): { [x: string]: any; }; //# sourceMappingURL=filterOperationVariables.d.ts.map