Node level write access roles... Any future plans?

Hi Neo Team,
Just curious on plans going forward on the topic of sub-graph access control. I have a model that is leveraging Node level read/match security, and would very much like to include that same Node level security to writes. This is not a show stopper as I can manage it in my code without too much difficulty, but having the DB level protection would give both my customers and I an extra warm fuzzy feeling!

Anything on your roadmap horizon for this? Thanks so much.

-Bruce

4.0 Neo4j Enterprise offers such and as described at Graph and sub-graph access control - Cypher Manual

Yes but I am talking about Node level WRITE being locked down by role. As shown below this is available for READ/MATCH, but not for WRITE, which can only be managed at the Graph level.

Are there any plans to provide the same granularity to WRITE actions in the future?
Thanks!