feat: check quota correctly (#6561)

This commit is contained in:
darkskygit
2024-04-16 09:41:48 +00:00
parent 0ca8a23dd8
commit 1b0864eb60
26 changed files with 309 additions and 95 deletions

View File

@@ -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
}