TheGraph has became non-deterministic

Hi,

I believe there is a bug affecting thegraph for a week or so. Steps to reproduce:

  1. Go to Balancer V2 | Graph Explorer
  2. Enter the following:
    {
    pool(id: “0x92762b42a06dcdddc5b7362cfb01e631c4d44b40000200000000000000000182”,
    block: {number:21155785}) {
    tokens {
    symbol
    balance
    }
    }
    }
  3. Click several times on the triangle.

You have to insist to notice: it will reply with different results. In my experience it alternates between 2 different results, but perhaps it can be more.

I’ve only witness this with balancer_v2 pools.

Thanks