feat: Add usage data to getBillingAndUsage graphQL query
This commit is contained in:
@@ -16,6 +16,7 @@ class ExecutionStep extends Base {
|
||||
status: 'success' | 'failure';
|
||||
step: Step;
|
||||
execution?: Execution;
|
||||
count?: number;
|
||||
|
||||
static tableName = 'execution_steps';
|
||||
|
||||
|
Reference in New Issue
Block a user