ocean-subgraph
                                
                                
                                
                                    ocean-subgraph copied to clipboard
                            
                            
                            
                        tokenBalancesOwned isn't updated
Describe the bug
tokenBalancesOwned isn't updated anywhere.
Can also verify this with the following query:
{
  users(first: 1000){
    tokenBalancesOwned {
      id
      token {
        id
      }
      value
    }
  }
}
The response is the following:
{
  "data": {
    "users": [
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      {
        "tokenBalancesOwned": []
      },
      ...
     {
        "tokenBalancesOwned": []
      }
    ]
  }
}
                                    
                                    
                                    
                                
Because it was never implemented. It was added as an idea and i forgot to add TODO to it 😁
no plans on doing this in the foreseeable future. Will reopen if needed