docs: link every pools.trade query to a saved Bitquery IDE query - #235
Merged
Conversation
All 20 GraphQL blocks on the pools.trade page (17 queries + 3 websocket subscriptions) now carry a "Run this query in the Bitquery IDE" link to a published saved query, so readers can execute them without copy-paste. Query text in each saved query is byte-identical to the block above it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #233 / #234. The pools.trade page had 20 GraphQL blocks and zero IDE links — readers had to copy-paste every one. Each block now carries a one-click "Run this query in the Bitquery IDE" link.
Changes
+40 lines, one file. No prose or query text was altered — only a link line added under each of the 20 code fences.
The saved queries
20 published queries created under
gaurav@bitquery.io, allShared to everyone, endpointstreaming.bitquery.io/graphql, auto-tagged by the IDE (#EVM/#Events/#robinhood,#subscriptionon the streaming ones).Covers all three websocket subscriptions (stream new launches, stream launches with token detail, stream new Crowd Launch auctions) alongside the 17 queries.
Verification
CHAR_LENGTH(query)in the DB against the source block — 20/20 exact. Two early hand-typed saves came back 559 vs 603 and 531 vs 584 chars; both were corrected in place and re-verified.queries.urlfor live, non-deleted rows — 20/20 resolve.🤖 Generated with Claude Code