Skip to content

totalBalance and balance are broken

With v0.3.1:

query MyQuery {
  account(where: {id: {_eq: "g1QEs1J7Z6wpXZUe3t3KxYmhbXUeUJx283YJpu9uZrWEcZzJP"}}) {
    balance
    totalBalance
    id
    identity {
      name
    }
  }
}
{
  "data": {
    "account": [
      {
        "balance": 0,
        "totalBalance": 0,
        "id": "g1QEs1J7Z6wpXZUe3t3KxYmhbXUeUJx283YJpu9uZrWEcZzJP",
        "identity": {
          "name": "moul"
        }
      }
    ]
  }
}
Edited by Moul