Skip to content

Commit

Permalink
Document how to include both nodes and links in JSON export (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jun 11, 2024
1 parent 52fa0ec commit 1446112
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modules/ROOT/pages/operations/export-results.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ The following download options available:

Depending on the result frame these options can vary.

[TIP]
====
In order to export both nodes and links, the graph query should reflect both of them. For example:
[source, shell]
----
MATCH (n)-[r]->(m) RETURN r, m, n
----
====


.Export result, _graph result frame_.
[#download_graph]
Expand Down

0 comments on commit 1446112

Please sign in to comment.