UNPKG

229 BTypeScriptView Raw
1import type { DocumentNode } from "graphql";
2export declare function filterOperationVariables(variables: Record<string, any>, query: DocumentNode): {
3 [x: string]: any;
4};
5//# sourceMappingURL=filterOperationVariables.d.ts.map
\No newline at end of file