feat: integrate visual DQL query builder into Console - #428
Open
armanossiloko wants to merge 4 commits into
Open
feat: integrate visual DQL query builder into Console#428armanossiloko wants to merge 4 commits into
armanossiloko wants to merge 4 commits into
Conversation
Add a Builder mode beside Query/Mutate that loads schema from the connected Alpha, builds DQL on a canvas, and runs through the existing Console results pane. Also fix Webpack 5 process/browser resolution for newer react-draggable, and stop QueryVarsEditor from overwriting non-empty queries with the demo template. Co-authored-by: Cursor <cursoragent@cursor.com>
Author
Format QueryBuilder sources with trunk fmt and remove dead code so the PR Code Quality check passes. Co-authored-by: Cursor <cursoragent@cursor.com>
Emit selection fields in insertion order instead of schema order so hand-edited query text is not reshuffled on the next visual edit. Co-authored-by: Cursor <cursoragent@cursor.com>
Parse #, //, and block comments onto operations and fields, then re-emit them when regenerating query text from the visual builder. Co-authored-by: Cursor <cursoragent@cursor.com>
matthewmcneely
self-requested a review
August 12, 2026 16:43
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.

Description
Adds a Builder mode to the Console (alongside Query / Mutate) for visually constructing DQL from the connected Alpha’s types.
schema { }(no separate “Load schema” UI).process/browserresolution so newerreact-draggablebuilds compile.Checklist
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.