mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat: add query quota of workspace (#5603)
This commit is contained in:
@@ -131,6 +131,9 @@ type WorkspaceType {
|
||||
"""Owner of workspace"""
|
||||
owner: UserType!
|
||||
|
||||
"""quota of workspace"""
|
||||
quota: QuotaQueryType!
|
||||
|
||||
"""Available features of workspace"""
|
||||
availableFeatures: [FeatureType!]!
|
||||
|
||||
@@ -183,6 +186,12 @@ type InvitationType {
|
||||
invitee: UserType!
|
||||
}
|
||||
|
||||
type QuotaQueryType {
|
||||
storageQuota: Int!
|
||||
usedSize: Int!
|
||||
blobLimit: Int!
|
||||
}
|
||||
|
||||
type TokenType {
|
||||
token: String!
|
||||
refresh: String!
|
||||
|
||||
Reference in New Issue
Block a user