graph-node
graph-node copied to clipboard
Error when querying liquidityPools from Uniswap V3 Polygon
I'm seeing the below error when querying liquidityPools from the Uniswap V3 Polygon Subgraph.
I can make the same query from tokens and swaps without any issue. I can also query the first 100 liquidityPools with no issue (although if I try this and paginate by filtering for id_gt the last id in the previous query, I eventually get the same error again at around the 10th query).
Subgraph: https://thegraph.com/hosted-service/subgraph/messari/uniswap-v3-polygon
Query: {liquidityPools(first: 1000) { id }}
Output: TypeError: Network request failed at E.s.onerror (https://thegraph.com/hosted-service/_next/static/chunks/pages/_app-11330c6ef94b9304.js:17:898478)
Am I doing something wrong or is there an issue with the subgraph?