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 the SHOW EDGES
statement. But the returned results are different based on role privileges.
Syntax¶
SHOW EDGES;
Example¶
nebula> SHOW EDGES;
+----------+
| Name |
+----------+
| "follow" |
| "serve" |
+----------+
Last update:
January 14, 2022