Skip to content

Commit

Permalink
Fix typo in useLazyQuery API - React section (#7803)
Browse files Browse the repository at this point in the history
  • Loading branch information
alewis729 authored Apr 5, 2021
1 parent 1d441ce commit ae7fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/react/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function useLazyQuery<TData = any, TVariables = OperationVariables>(

| Param | Type | Description |
| ---------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Execute function | options?: QueryLazyOptions&lt;TVariables&gt;) => void | Function that can be triggered to execute the suspended query. After being called, `useLazyQuery` behaves just like `useQuery`. |
| Execute function | (options?: QueryLazyOptions&lt;TVariables&gt;) => void | Function that can be triggered to execute the suspended query. After being called, `useLazyQuery` behaves just like `useQuery`. |

**Result object**

Expand Down

0 comments on commit ae7fb67

Please sign in to comment.