Struct type for uid predicate

Yes, it already exists in the database. There is already user with uid 0x2. Infact, even if it does not exist, it should have at least stored the data, but it is not storing the data at all.

Here is query and result

{
   me(func: uid("0x2")) {
    uid
    Name
  }
}

Result :-

"data": {
    "me": [
      {
        "uid": "0x2",
        "Name": "Alice"
      }
    ]
  },