Skip to content

Commit

Permalink
docs: add missing options in useQuery's api reference (#753)
Browse files Browse the repository at this point in the history
useQuery's API reference code is missing these while they are in the options below it - refetchIntervalInBackground, initialData, initialStale,
  • Loading branch information
akkisagiraju authored Jul 15, 2020
1 parent 316bce5 commit 142b995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/pages/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ const {
cacheTime,
refetchOnWindowFocus,
refetchInterval,
refetchIntervalInBackground,
queryFnParamsFilter,
refetchOnMount,
isDataEqual,
onError,
onSuccess,
onSettled,
initialData,
initialStale,
useErrorBoundary,
})

Expand Down

1 comment on commit 142b995

@vercel
Copy link

@vercel vercel bot commented on 142b995 Jul 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.