Skip to content
New issue

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

Feature: Add convenience button for match all nodes and rels query #153

Open
prrao87 opened this issue Jun 24, 2024 · 0 comments
Open

Feature: Add convenience button for match all nodes and rels query #153

prrao87 opened this issue Jun 24, 2024 · 0 comments
Labels
usability Issues related to usability improvements

Comments

@prrao87
Copy link
Member

prrao87 commented Jun 24, 2024

When building a new graph, it's a bit tedious to write a Cypher query to inspect all nodes or rels (up to a limit, say 25).

We should offer a convenience button *() along with a summary count of the total number of nodes and relationships in the graph, similar to how Neo4j does it.

We should provide a button like the below button in Neo4j that will auto-write the following match query:
image

MATCH (a)-[b]->(c) RETURN * LIMIT 25

This will allow the user to immediately run the query rather than having to type the query each and every time manually (which is slow because it involves a lot of opening and closing brackets).

@prrao87 prrao87 added the usability Issues related to usability improvements label Jun 24, 2024
@prrao87 prrao87 changed the title Feature: Add convenience buttons for match all queries Feature: Add convenience button for match all nodes and rels query Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Issues related to usability improvements
Projects
None yet
Development

No branches or pull requests

1 participant