Chandra Manginipalli
09/15/2020, 6:37 PMmutation($state: JSON!) {
set_flow_run_state(input: {flow_run_id: "83b4e6be-b1ac-416c-833c-236c23f5e1ca", version: 5, state: $state}) {
id
}
}
{
state: {
type: "Success"
message: "It worked!"
}
}
Jenny
09/15/2020, 7:06 PMmutation {
set_flow_run_states(input: {states : [{flow_run_id: "xxxxxxxx", version: 2, state: "{\"type\": \"Failed\"}"
}]}) {
states {
id
}
}
}
Chandra Manginipalli
09/15/2020, 7:29 PM