Skip to content

SHOW EDGES

SHOW EDGES

SHOW EDGES shows all edge types in the current graph space. You do not need any privileges for the graph space to run this statement. But the returned results are different based on role privileges. To show edge types in a specific graph space, you must use the graph space first.

Examples

nebula> SHOW EDGES;
+----------+
| Name     |
+----------+
| "follow" |
+----------+
| "serve"  |
+----------+
Got 2 rows (time spent 1039/1687 us)

Last update: March 19, 2021
Back to top