tigergraph__get_edge_count
Retrieve the number of edges in a specified TigerGraph graph, optionally filtered by edge type.
Instructions
Get the count of edges in a TigerGraph graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| edge_type | No | Type of edges to count. If not provided, counts all types. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. |