Skip to content
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

How to get relationship id from node #182

Open
digambarpatil123 opened this issue Mar 25, 2016 · 1 comment
Open

How to get relationship id from node #182

digambarpatil123 opened this issue Mar 25, 2016 · 1 comment

Comments

@digambarpatil123
Copy link

Hi All,

Can anyone used any method to get relationship id from a node.

$node = $client->getNode(12);
$relations = $node->getRelationships();

I need all relationship ids for node id 12.

Thanks much.

@jadell
Copy link
Owner

jadell commented Mar 26, 2016

That should work. Is it not working? Are you getting an error?

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

No branches or pull requests

2 participants