Uniswap/v3-subgraph

Token is null

nevstas opened this issue · 0 comments

I want to get info about token:

{
  token(id:"0xfef2bf3f07a78a21f1d10ac0c39f286490092508") {
    totalValueLockedUSD
    symbol
  }
}

But response is null:

{
  "data": {
    "token": null
  }
}

How can I get info about the token?