github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/update-runtime-context/update-runtime-context.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: updateRuntimeContext(
     4      id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5      in: { key: "updateRuntimeContext", value: "updateRuntimeContext" }
     6    ) {
     7      id
     8      key
     9      value
    10      labels
    11    }
    12  }