Skip to content

Commit

Permalink
fix(neo4j): SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 23, 2024
1 parent 73b679b commit e5af4f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-lizards-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/transport-neo4j': patch
---

Fix Neo4j SSL issue
1 change: 1 addition & 0 deletions packages/transports/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "^0.4.7",
"@graphql-mesh/transport-common": "^0.7.9",
"@graphql-mesh/types": "^0.102.8",
"@graphql-mesh/utils": "^0.102.8",
Expand Down
1 change: 1 addition & 0 deletions packages/transports/neo4j/src/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export function getDriverFromOpts(opts: Neo4JDriverOpts) {
logging: opts.logger && {
logger: (level, message) => opts.logger[level](message),
},
trustedCertificates: [],
});
}

0 comments on commit e5af4f9

Please sign in to comment.