UNPKG

542 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2import { TypedDocumentNode } from '@graphql-typed-document-node/core';
3import { OperationVariables } from '../../core';
4import { LazyQueryHookOptions, LazyQueryResultTuple } from '../types/types';
5export declare function useLazyQuery<TData = any, TVariables extends OperationVariables = OperationVariables>(query: DocumentNode | TypedDocumentNode<TData, TVariables>, options?: LazyQueryHookOptions<TData, TVariables>): LazyQueryResultTuple<TData, TVariables>;
6//# sourceMappingURL=useLazyQuery.d.ts.map
\No newline at end of file