feat: Add usage data to getBillingAndUsage graphQL query
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user