v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Token poolCount variable always returns 0

Open BenGillen1998 opened this issue 1 year ago • 0 comments

The poolCount variable returns value 0 for all tokens. I have provided an example query below to show this.

query Test {
  tokens(orderBy: txCount, orderDirection: desc) {
    poolCount
    name
  }
}

BenGillen1998 avatar Oct 05 '24 00:10 BenGillen1998