Tilak Maddy
12/16/2021, 9:03 PMquery {
flow(
where: {name: {_eq: "YYY"}, project: {name: {_eq: "XXX"}}, flow_runs: {state: { _eq: "Success"}}}
) {
flow_runs_aggregate{
aggregate {
count
}
}
}
}
Can you help me query the total number of successful flow runs of a flow from the beginning of time?Kevin Kho
Tilak Maddy
12/17/2021, 7:37 AMTilak Maddy
12/17/2021, 7:38 AM