Skip to content

Commit 0b1253a

Browse files
authored
Platform: Neo4j destination connector - add graph output coverage (#444)
1 parent a7be5f3 commit 0b1253a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

platform/api/destinations/neo4j.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ import Neo4jPrerequisites from '/snippets/general-shared-text/neo4j.mdx';
1010

1111
<Neo4jPrerequisites />
1212

13+
## Graph Output
14+
15+
import Neo4jGraphFormat from '/snippets/general-shared-text/neo4j-graph.mdx';
16+
17+
<Neo4jGraphFormat />
18+
1319
To create or change a Neo4j destination connector, see the following examples.
1420

1521
import Neo4jAPIRESTCreate from '/snippets/destination_connectors/neo4j_rest_create.mdx';

platform/destinations/neo4j.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ import Neo4jPrerequisites from '/snippets/general-shared-text/neo4j.mdx';
1010

1111
<Neo4jPrerequisites />
1212

13+
## Graph Output
14+
15+
import Neo4jGraphFormat from '/snippets/general-shared-text/neo4j-graph.mdx';
16+
17+
<Neo4jGraphFormat />
18+
1319
To create the destination connector:
1420

1521
1. On the sidebar, click **Connectors**.

0 commit comments

Comments
 (0)