Can I update fields with the @id directive?

It does still work with upsert, but it would be even easier if you knew the id.

mutation {
  set {
    "0x2a" <User.username> "bar" .
  }
}