mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 17:32:48 +08:00
feat: check quota correctly (#6561)
This commit is contained in:
@@ -34,7 +34,7 @@ type CopilotHistories {
|
||||
}
|
||||
|
||||
type CopilotQuota {
|
||||
limit: SafeInt!
|
||||
limit: SafeInt
|
||||
used: SafeInt!
|
||||
}
|
||||
|
||||
@@ -84,6 +84,7 @@ type DocHistoryType {
|
||||
enum FeatureType {
|
||||
Copilot
|
||||
EarlyAccess
|
||||
UnlimitedCopilot
|
||||
UnlimitedWorkspace
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user