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 6adf943 commit 499043cCopy full SHA for 499043c
2 files changed
packages/stack/src/plugins/cms/api/index.ts
@@ -18,3 +18,4 @@ export {
18
type CreateCMSContentItemOptions,
19
} from "./mutations";
20
export { CMS_QUERY_KEYS } from "./query-key-defs";
21
+export { createCMSQueryKeys } from "../query-keys";
packages/stack/src/plugins/cms/api/plugin.ts
@@ -18,7 +18,10 @@ import type {
RelationValue,
InverseRelation,
} from "../types";
-import { createListContentQuerySchema } from "../schemas";
+import {
22
+ createListContentQuerySchema,
23
+ DEFAULT_MAX_PAGE_SIZE,
24
+} from "../schemas";
25
import { slugify } from "../utils";
26
import {
27
getAllContentTypes,
0 commit comments