mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 04:31:58 +03:00
fix(server): page variant may exist
This commit is contained in:
parent
7e516236f5
commit
5e9efbffa3
@ -2,6 +2,7 @@ import { registerEnumType } from '@nestjs/graphql';
|
||||
|
||||
export enum DocVariant {
|
||||
Workspace = 'workspace',
|
||||
Page = 'page',
|
||||
Space = 'space',
|
||||
Settings = 'settings',
|
||||
Unknown = 'unknown',
|
||||
|
Loading…
Reference in New Issue
Block a user