aws/graph-explorer

Add ability to select all nodes/edges in context menu

Open

#1,507 opened on Feb 10, 2026

View on GitHub
 (6 comments) (0 reactions) (1 assignee)TypeScript (456 stars) (88 forks)auto 404
explorationfundamentalgood first issueusability

Description

When the user right clicks on the graph canvas, they should have a few options to select various items in the graph.

  • Select all nodes
  • Select all edges
  • Select all

This would replace whatever is already selected.

Contributor guide