Files
AFFiNE-Mirror/packages/frontend/graphql/src/graphql/quota.gql
T

23 lines
306 B
GraphQL

query quota {
currentUser {
id
quota {
name
blobLimit
storageQuota
historyPeriod
memberLimit
humanReadable {
name
blobLimit
storageQuota
historyPeriod
memberLimit
}
}
}
collectAllBlobSizes {
size
}
}