Bruno Kuasney
11/23/2021, 10:26 AMmutation {
set_schedule_inactive(input: {flow_id: "67d364da-375d-4d0f-b151-d46435351c50"}) {
success
}
}
I get:
"message": "field \"set_schedule_active\" not found in type: 'mutation_root'"
I’m basically trying to use the query from the documentation hereAnna Geller
11/23/2021, 10:35 AMBruno Kuasney
11/23/2021, 10:48 AMprefect server start --version master
and the problem remains the same. 😔
I can confirm the graphql is at least working because the first function is working normallyAnna Geller
11/23/2021, 11:03 AMBruno Kuasney
11/23/2021, 11:10 AMAnna Geller
11/23/2021, 11:12 AMBruno Kuasney
11/23/2021, 11:14 AMAnna Geller
11/23/2021, 11:15 AMBruno Kuasney
11/23/2021, 11:17 AMAnna Geller
11/23/2021, 11:31 AMBruno Kuasney
11/23/2021, 12:24 PMquery {flow(where:{project: {name: {_eq: "Protect"}}, archived: {_eq: false}}) {id}}
Anna Geller
11/23/2021, 12:34 PMflow.register(set_schedule_active=False)
Bruno Kuasney
11/23/2021, 12:35 PM