We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 } }