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 a795d7b commit 478b2d1Copy full SHA for 478b2d1
packages/toolkit/src/query/index.ts
@@ -58,6 +58,7 @@ export { createApi, coreModule, coreModuleName } from './core'
58
export type {
59
ApiEndpointMutation,
60
ApiEndpointQuery,
61
+ ApiEndpointInfiniteQuery,
62
CoreModule,
63
PrefetchOptions,
64
} from './core/module'
0 commit comments