| title | useLazyQuery |
|---|---|
| description | Apollo Client API reference |
{/* @import {MDXProvidedComponents} from '../../../shared/MdxProvidedComponents.js' */}
```ts [execute: LazyQueryExecFunction, result: QueryResult] ```A tuple of two values:
Function that can be triggered to execute the query. The `useLazyQuery` function returns a promise that fulfills with a query result when the query succeeds or fails. The result of the query. See the `useQuery` hook for more details.