hi,
I am trying to grant a role traverse access on a graph for only one type of node.
if i try...
GRANT TRAVERSE
ON GRAPH test
NODE example
TO TestRole.
The user in that role can still see the other nodes. If i use the deny * command and try and over...