Hi,
I am wondering if when giving privileges to a role i am able to provide a where clause when granting/denying READ and TRAVERSE privileges. for example
GRANT TRAVERSE
ON GRAPH healthcare
NODES *
WHERE n.disease = "Flu" // is This possible?
TO researcherW;
Any help will be greatly appreciated!!!!