Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions platform/api/destinations/neo4j.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ import Neo4jPrerequisites from '/snippets/general-shared-text/neo4j.mdx';

<Neo4jPrerequisites />

## Graph Output

import Neo4jGraphFormat from '/snippets/general-shared-text/neo4j-graph.mdx';

<Neo4jGraphFormat />

To create or change a Neo4j destination connector, see the following examples.

import Neo4jAPIRESTCreate from '/snippets/destination_connectors/neo4j_rest_create.mdx';
Expand Down
6 changes: 6 additions & 0 deletions platform/destinations/neo4j.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ import Neo4jPrerequisites from '/snippets/general-shared-text/neo4j.mdx';

<Neo4jPrerequisites />

## Graph Output

import Neo4jGraphFormat from '/snippets/general-shared-text/neo4j-graph.mdx';

<Neo4jGraphFormat />

To create the destination connector:

1. On the sidebar, click **Connectors**.
Expand Down