Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type UniswapFactory has no field pairs but the Default example query includes it #485

Open
coffeetimes opened this issue Nov 15, 2020 · 1 comment

Comments

@coffeetimes
Copy link

https://thegraph.com/explorer/subgraph/uniswap/uniswap-v2
Not a big deal but the Default example query includes pairs field that is not defined in UniswapFactory.

{ uniswapFactories(first: 5) { id pairCount pairs { id } totalVolumeUSD } tokens(first: 5) { id symbol name decimals } }

And the Playground shows the error "Type UniswapFactory has no field pairs".

@tehn-r
Copy link

tehn-r commented Nov 17, 2020

@KaitoYanai I think it is a usual thing for most subgraphs. At least in my case almost each example query has such kind of issue. Just insert this as a record in your report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants