Update lambda script via mutation

Hey,

I stumbled over the following query for updating the lambda script:

mutation updateLambda($input: UpdateLambdaInput!){
  updateLambda(input: $input)
}

It is/was working with version v21.12.0 but isnt working with version v22.0.1.

Was the mutation removed?

Hey @LCL. v22 was based off of v21.03. See here: Release Dgraph v22.0.0 · dgraph-io/dgraph · GitHub

1 Like