mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
23 lines
306 B
GraphQL
23 lines
306 B
GraphQL
query quota {
|
|
currentUser {
|
|
id
|
|
quota {
|
|
name
|
|
blobLimit
|
|
storageQuota
|
|
historyPeriod
|
|
memberLimit
|
|
humanReadable {
|
|
name
|
|
blobLimit
|
|
storageQuota
|
|
historyPeriod
|
|
memberLimit
|
|
}
|
|
}
|
|
}
|
|
collectAllBlobSizes {
|
|
size
|
|
}
|
|
}
|