AGViewer Logo

Release Notes

  • Release notes
  • Release notes 2.0.0

Get Started

  • Introduction
  • Installation

Usage

  • Connection Interface
  • Menu Bar & Database Information
  • Graph Frame Overview
  • Frame Display Formats
  • Activity Bar Components
AGViewer
  • Menu Bar & Database Information

Menu Bar & Database Information

Menubar

Menu Bar Controls

  • Refresh — Update node, edge, and property information.

  • Close Session — Disconnect the current database session.

Menubar

Database Summary Buttons

When connected to a database, buttons summarizing nodes, edges, and properties appear:

  • Node Labels
    List of all node labels with counts (e.g., Person (12)).
    * means all nodes.

    Node labels

  • Edge Labels
    List of all edge labels with counts. Edges shown in rectangular boxes.

    Edge labels

  • Properties
    List of all properties in the database, shown as grey rectangles.

    Properties

Clicking any button automatically generates a query in the Query Editor:

Node Labels Select

  • Node Label Query:

MATCH (v) WHERE LABEL(v) = 'label_name' RETURN v
  • Edge Label Query:

MATCH (v)-[r]->(v2) WHERE LABEL(r) = 'label_name' RETURN v
  • Node Property Query:

MATCH (v) WHERE v.property IS NOT NULL RETURN v
  • Edge Property Query:

MATCH (v)-[r]->(v2) WHERE r.property IS NOT NULL RETURN v
Previous Next

© Copyright 2025, SKAI Worldwide Co., Ltd.