Skip to content

Commit

Permalink
Fix typo in documentation of useLazyQuery function signature (#8527)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunvelli authored Aug 2, 2021
1 parent 4f34efa commit 09163de
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 @@ -150,7 +150,7 @@ function useLazyQuery<TData = any, TVariables = OperationVariables>(
options?: LazyQueryHookOptions<TData, TVariables>,
): [
(options?: QueryLazyOptions<TVariables>) => void,
QueryResult<TData, TVariables>
LazyQueryResult<TData, TVariables>
] {}
```

Expand Down

0 comments on commit 09163de

Please sign in to comment.