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 3d68810 commit 6852df6Copy full SHA for 6852df6
packages/testkit-backend/src/cypher-native-binders.js
@@ -3,7 +3,6 @@ export default function CypherNativeBinders (neo4j) {
3
function valueResponse (name, value) {
4
return { name: name, data: { value: value } }
5
}
6
-
7
function objectToCypher (obj) {
8
return objectMapper(obj, nativeToCypher)
9
0 commit comments