feat: Add usage data to getBillingAndUsage graphQL query

This commit is contained in:
Faruk AYDIN
2023-03-25 02:16:17 +03:00
parent b5524b18cf
commit f07d9dd813
4 changed files with 29 additions and 0 deletions

View File

@@ -475,6 +475,7 @@ type GetAutomatischInfo {
type GetBillingAndUsage {
subscription: Subscription
usage: Usage
}
type Subscription {
@@ -486,6 +487,10 @@ type Subscription {
nextBillDate: String
}
type Usage {
task: Int
}
type GetUsageData {
name: String
allowedTaskCount: Int