Skip to content

Conversation

@bigmontz
Copy link
Contributor

This functions were not exposed before.
Exposing these functions give more power to the user introspect the values in the records.

Example:

import neo4j from 'neo4j-driver'

neo4j.isNode({}) // should return false
neo4j.graph.isNode({}) // should return false

…boundedRelationship` function

This functions were not exposed before.
Exposing these functions give more power to the user introspect the values in the records.
@bigmontz bigmontz merged commit 29c5116 into neo4j:5.0 Dec 27, 2022
@bigmontz bigmontz deleted the 5.x-export-is-graph-types branch December 27, 2022 10:47
bigmontz added a commit to bigmontz/neo4j-javascript-driver that referenced this pull request Jan 9, 2023
…nboundedRelationship` function (neo4j#1040)

This functions were not exposed before.
Exposing these functions give more power to the user introspect the values in the records.

Example:
```typescript 
import neo4j from 'neo4j-driver'

neo4j.isNode({}) // should return false
neo4j.graph.isNode({}) // should return false
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant