{
"errors": [
{
"message": "Variable \"$input\" got invalid value { versionGroupId: \"a4993c90-ed8b-44d9-a73d-87c82e929afa\", labels: [\"staging\"] }; Field \"labels\" is not defined by type createFlowRunInput.",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}
r
Rob Freedy
09/09/2022, 8:05 PM
Could you try the following?
Copy code
mutation($input: create_flow_run_input!) {
create_flow_run(input: $input) {
id
}
}
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.