We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ec6cb commit 7374ed1Copy full SHA for 7374ed1
src/vuejs/index.ts
@@ -12,13 +12,7 @@ export { useInfiniteQuery } from "./useInfiniteQuery";
12
export { useMutation } from "./useMutation";
13
export { useIsFetching } from "./useIsFetching";
14
export { useIsMutating } from "./useIsMutating";
15
-export {
16
- VUE_QUERY_CLIENT,
17
- parseFilterArgs,
18
- parseMutationArgs,
19
- parseQueryArgs,
20
- parseMutationFilterArgs,
21
-} from "./utils";
+export { VUE_QUERY_CLIENT } from "./utils";
22
23
export type { UseQueryReturnType } from "./useBaseQuery";
24
export type { UseQueryOptions } from "./useQuery";
0 commit comments