graph g {
  node a : Op {
    input {
      x = ctx.foo
      y = "bar"
    }
  }
}
