Skip to content

Export isNode, isRelationship, isPath, isPathSegment and isUnboundedRelationship function #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 27, 2022

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