feat: blob size limit with quota (#5524)

fix AFF-506 TOV-342
This commit is contained in:
DarkSky
2024-01-11 10:21:40 +00:00
parent d1c2b2a7b0
commit d6f65ea414
8 changed files with 150 additions and 26 deletions

View File

@@ -144,6 +144,9 @@ type WorkspaceType {
publicPages: [WorkspacePage!]!
histories(guid: String!, before: DateTime, take: Int): [DocHistoryType!]!
"""List blobs of workspace"""
blobs: [String!]!
"""Blobs size of workspace"""
blobsSize: Int!
}