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.
1 parent fe20d21 commit db334c4Copy full SHA for db334c4
components/neo4j_auradb/sources/common/base.mjs
@@ -3,12 +3,6 @@ import { ORDER_TYPE_OPTIONS } from "../../common/constants.mjs";
3
import app from "../../neo4j_auradb.app.mjs";
4
5
export default {
6
- key: "neo4j_auradb-new-node",
7
- name: "New Node Created",
8
- description: "Emit new event when a new node is created in the Neo4j AuraDB instance.",
9
- version: "0.0.1",
10
- type: "source",
11
- dedupe: "unique",
12
props: {
13
app,
14
db: "$.service.db",
0 commit comments