refactor(server): remove never used column in page permission (#9985)

This commit is contained in:
forehalo
2025-02-06 10:52:05 +00:00
parent d7da12597a
commit 7c7febd495
9 changed files with 251 additions and 190 deletions
@@ -84,3 +84,6 @@ export type GraphqlContext = {
],
})
export class GqlModule {}
export * from './pagination';
export { registerObjectType } from './register';