We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For all swap-only subgraphs all nested entities need to be created (with ID only at least).
Acceptance criteria (should be able to make this query):
query MyQuery { swaps { account { id } pool { id } protocol { id } tokenIn { id } tokenOut { id } } }
Notes: For most of subgaphs, the only entity that needs to be added is account
account
See: pancakeswap
The text was updated successfully, but these errors were encountered:
dhruv-chauhan
Successfully merging a pull request may close this issue.
For all swap-only subgraphs all nested entities need to be created (with ID only at least).
Acceptance criteria (should be able to make this query):
Notes: For most of subgaphs, the only entity that needs to be added is
account
See: pancakeswap
The text was updated successfully, but these errors were encountered: