feat: add business blob limit (#5734)

This commit is contained in:
DarkSky
2024-01-29 16:32:35 +08:00
committed by GitHub
parent 0044be972f
commit fc8a48fb43
10 changed files with 136 additions and 70 deletions

View File

@@ -199,9 +199,9 @@ type Query {
type QuotaQueryType {
blobLimit: SafeInt!
historyPeriod: Int!
historyPeriod: SafeInt!
humanReadable: HumanReadableQuotaType!
memberLimit: Int!
memberLimit: SafeInt!
name: String!
storageQuota: SafeInt!
usedSize: SafeInt!