Kevin Mullins
12/23/2021, 7:08 PMKevin Kho
12/23/2021, 7:32 PMKevin Mullins
12/23/2021, 7:37 PMKevin Kho
12/23/2021, 7:39 PMKevin Mullins
12/23/2021, 7:40 PMKevin Kho
12/23/2021, 7:41 PMclient.graphql
to just do a simple query on flows with something like:
query {
flow {
flow_runs {
start_time
scheduled_start_time
}
}
}
and then process the results in Python