David Charles
03/22/2022, 9:38 AMmutation {
set_secret(input: { name: "FOO", value: "BAR" }) {
success
}
}
Result:
{
"errors": [
{
"message": "Cannot query field \"set_secret\" on type \"Mutation\".",
"locations": [
{
"line": 2,
"column": 3
}
],
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
]
}
Any ideas?{
"data": {
"api": {
"backend": "SERVER",
"mode": "normal",
"version": "2022.01.25",
"core_version": "0.15.13",
"release_timestamp": "2022-01-25T17:43:26Z"
}
}
}
Python client:
import prefect
prefect.__version__
'0.15.13'
Anna Geller
David Charles
03/22/2022, 9:54 AM