Skip to content

docs: link every pools.trade query to a saved Bitquery IDE query - #235

Merged
buddies2705 merged 1 commit into
mainfrom
docs/pools-trade-ide-links
Aug 7, 2026
Merged

docs: link every pools.trade query to a saved Bitquery IDE query#235
buddies2705 merged 1 commit into
mainfrom
docs/pools-trade-ide-links

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

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, all Shared to everyone, endpoint streaming.bitquery.io/graphql, auto-tagged by the IDE (#EVM/#Events/#robinhood, #subscription on 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

  • Query text is byte-identical to the doc. Programmatically extracted each fence and compared 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.
  • No broken links. Every one of the 20 slugs was checked against queries.url for live, non-deleted rows — 20/20 resolve.
  • Fence count unchanged at 20; each link sits immediately after its own block's closing fence.

🤖 Generated with Claude Code

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>
@buddies2705
buddies2705 merged commit 74ebdde into main Aug 7, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant