ScheduledJobAggregates
Aggregate counts of scheduled jobs by status
type ScheduledJobAggregates {
completed: Int!
failed: Int!
total: Int!
waiting: Int!
}
Fields
ScheduledJobAggregates.completed ● Int! non-null scalar common
ScheduledJobAggregates.failed ● Int! non-null scalar common
ScheduledJobAggregates.total ● Int! non-null scalar common
ScheduledJobAggregates.waiting ● Int! non-null scalar common
Returned By
scheduledJobAggregates query