UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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