diff --git a/docs/modules/ROOT/pages/operations/export-results.adoc b/docs/modules/ROOT/pages/operations/export-results.adoc index 66b89b73b6..d7c403dd19 100644 --- a/docs/modules/ROOT/pages/operations/export-results.adoc +++ b/docs/modules/ROOT/pages/operations/export-results.adoc @@ -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]