mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
refactor(server): remove never used column in page permission (#9985)
This commit is contained in:
@@ -15,8 +15,13 @@ export {
|
||||
} from './config';
|
||||
export * from './error';
|
||||
export { EventBus, OnEvent } from './event';
|
||||
export type { GraphqlContext } from './graphql';
|
||||
export { registerObjectType } from './graphql/register';
|
||||
export {
|
||||
type GraphqlContext,
|
||||
paginate,
|
||||
Paginated,
|
||||
PaginationInput,
|
||||
registerObjectType,
|
||||
} from './graphql';
|
||||
export * from './guard';
|
||||
export { CryptoHelper, URLHelper } from './helpers';
|
||||
export { AFFiNELogger } from './logger';
|
||||
|
||||
Reference in New Issue
Block a user