mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
refactor(server): reorganize server configs (#5753)
This commit is contained in:
@@ -240,10 +240,18 @@ type ServerConfigType {
|
||||
"""server identical name could be shown as badge on user interface"""
|
||||
name: String!
|
||||
|
||||
"""server type"""
|
||||
type: ServerDeploymentType!
|
||||
|
||||
"""server version"""
|
||||
version: String!
|
||||
}
|
||||
|
||||
enum ServerDeploymentType {
|
||||
Affine
|
||||
Selfhosted
|
||||
}
|
||||
|
||||
enum ServerFeature {
|
||||
Payment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user