We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac8702e + f2532c5 commit d679d33Copy full SHA for d679d33
ngql/magic.py
@@ -336,12 +336,16 @@ def _help_info():
336
name = "nba"
337
%ngql USE "{{ name }}"
338
339
- > Query and draw the graph
+ > Query and draw the graph of last executed query.
340
341
- %ngql GET SUBGRAPH 2 STEPS FROM "player101" YIELD VERTICES AS nodes, EDGES AS relationships;
+ %ngql GET SUBGRAPH WITH PROP 2 STEPS FROM "player101" YIELD VERTICES AS nodes, EDGES AS relationships;
342
343
%ng_draw
344
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
349
> Query and draw the graph schema
350
351
%ng_draw_schema
0 commit comments