Skip to content

Commit d679d33

Browse files
authored
Merge pull request #63 from wey-gu/chore_help_update
chore: help update on ng_draw
2 parents ac8702e + f2532c5 commit d679d33

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ngql/magic.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,16 @@ def _help_info():
336336
name = "nba"
337337
%ngql USE "{{ name }}"
338338
339-
> Query and draw the graph
339+
> Query and draw the graph of last executed query.
340340
341-
%ngql GET SUBGRAPH 2 STEPS FROM "player101" YIELD VERTICES AS nodes, EDGES AS relationships;
341+
%ngql GET SUBGRAPH WITH PROP 2 STEPS FROM "player101" YIELD VERTICES AS nodes, EDGES AS relationships;
342342
343343
%ng_draw
344344
345+
Or draw a Query
346+
347+
%ng_draw GET SUBGRAPH WITH PROP 2 STEPS FROM "player101" YIELD VERTICES AS nodes, EDGES AS relationships;
348+
345349
> Query and draw the graph schema
346350
347351
%ng_draw_schema

0 commit comments

Comments
 (0)