Skip to content

Implement cypher query panel - #3

Merged
rjb32 merged 6 commits into
mainfrom
query-panel
Jan 12, 2026
Merged

Implement cypher query panel#3
rjb32 merged 6 commits into
mainfrom
query-panel

Conversation

@rjb32

@rjb32 rjb32 commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

Implement cypher query panel

@rjb32

rjb32 commented Jan 8, 2026

Copy link
Copy Markdown
Contributor Author

Screenshot:
Screenshot 2026-01-08 at 22 31 45

Property panel does not cover anymore the cypher query panel:
image

Error panel shows up when there is a query error:
image

@rjb32
rjb32 requested a review from LucLabarriere January 8, 2026 23:04
@LucLabarriere

Copy link
Copy Markdown
Contributor

So what happens if you return n.name ? Isn't it a bit fragile if we don't check if the query is valid for the visualizer?

@rjb32

rjb32 commented Jan 9, 2026

Copy link
Copy Markdown
Contributor Author

So what happens if you return n.name ? Isn't it a bit fragile if we don't check if the query is valid for the visualizer?

Indeed. Queries returning property projections on nodes also trigger a query for the corresponding node IDs behind the scenes and the property is used on the labels of the nodes instead of the name

image

Also works for mixed ID and property queries:

MATCH (p:Person)-->(i:Interest) RETURN p.isFrench, i LIMIT 100

@rjb32

rjb32 commented Jan 9, 2026

Copy link
Copy Markdown
Contributor Author

Notes and description of the changes added in the docs/ directory

@rjb32
rjb32 merged commit c5abf01 into main Jan 12, 2026
3 checks 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.

2 participants