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

When trying to fetch information regarding token0 or token1 in the TopPairs query, the request fails with the error: panic processing query: only derived fields can lead to multiple children here. #1

Open
nand16041987 opened this issue Jan 21, 2023 · 1 comment

Comments

@nand16041987
Copy link
Owner

When trying to fetch information regarding token0 or token1 in the TopPairs query, the request fails with the error: panic processing query: only derived fields can lead to multiple children here.

Example query to produce the error:

query TopPairs { pairs(first: 5, orderBy: volumeUSD, orderDirection: desc) { id name volumeUSD token0 { id } } }

Originally posted by @ErlendHer in pancakeswap/pancake-subgraph#186

@nand16041987 nand16041987 self-assigned this Aug 19, 2024
@nand16041987
Copy link
Owner Author


Repository owner locked and limited conversation to collaborators Aug 19, 2024
Repository owner unlocked this conversation Aug 19, 2024
@nand16041987 nand16041987 removed their assignment Oct 14, 2024
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

1 participant