We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e0860 commit 790b475Copy full SHA for 790b475
1 file changed
README.md
@@ -745,7 +745,7 @@ This method returns you the specified relation of a node
745
The returning object will have the next structure:
746
```js
747
{
748
- "exists": true|false, //Indicates if has parent|children|siblings
+ "exist": true|false, //Indicates if has parent|children|siblings
749
"visible":true|false, //Indicates if the relationship nodes are visible
750
}
751
```
0 commit comments