mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat(server): runtime service config (#7644)
This commit is contained in:
@@ -541,6 +541,7 @@ type Query {
|
||||
|
||||
"""get all server runtime configurable settings"""
|
||||
serverRuntimeConfig: [ServerRuntimeConfigType!]!
|
||||
serverServiceConfigs: [ServerServiceConfig!]!
|
||||
|
||||
"""Get user by email"""
|
||||
user(email: String!): UserOrLimitedUser
|
||||
@@ -663,6 +664,11 @@ type ServerRuntimeConfigType {
|
||||
value: JSON!
|
||||
}
|
||||
|
||||
type ServerServiceConfig {
|
||||
config: JSONObject!
|
||||
name: String!
|
||||
}
|
||||
|
||||
type SubscriptionAlreadyExistsDataType {
|
||||
plan: String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user