RunQueueStats
No description
type RunQueueStats {
queued: Long!
running: Long!
completed: Long!
failed: Long!
queueSize: Int!
}
Fields
RunQueueStats.queued ● Long! non-null scalar
RunQueueStats.running ● Long! non-null scalar
RunQueueStats.completed ● Long! non-null scalar
RunQueueStats.failed ● Long! non-null scalar
RunQueueStats.queueSize ● Int! non-null scalar
Member Of
ProcessQueries object