We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Order to be able to match certain ID we have to be able to specify GradoopIDs inside a query
I would suggest the following markup
MATCH (a) WHERE a = GradoopId(0000-0000-00-000) RETURN
The text was updated successfully, but these errors were encountered:
I would like that, e.g. WHERE a = GradoopId("584019ea7032c19219f6f080")
WHERE a = GradoopId("584019ea7032c19219f6f080")
Sorry, something went wrong.
or maybe more cypher related WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")
WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")
No branches or pull requests
In Order to be able to match certain ID we have to be able to specify GradoopIDs inside a query
I would suggest the following markup
The text was updated successfully, but these errors were encountered: