Are you creating the role from scratch? Or are you copying permissions from another role? If you just want them to be able to see that one node (but not read its properties) you should do something like:
CREATE ROLE TestRole;
GRANT ACCESS ON DATABASE...