Closed max-block closed 3 years ago
This is a known limitation
Any updates on this?
there is not a way to solve the problem.
it's a graphql bug.
@chenxiwang177 This is being worked on: https://github.com/graphprotocol/graph-node/pull/3184
The above was merged year ago but syntax still doesn't work on uniswap v3 https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3
Is it possible to do something about it?
https://thegraph.com/explorer/subgraph/uniswap/uniswap-v2 I'm trying to find all swaps, where swap.pair.token0.symbol="USDC".
I've tried two queries, buy they don't work.
This query generates an error: Invalid value provided for argument
where
: Object({\"pair\": Object({\"token0\": Object({\"symbol\": String(\"USDC\")})})})This query runs, but doesn't filter by symbol.