Does Neo4j support historical data queries? Can I still find the previous attribute values after updating the attributes of a VERTEX
Not that I am aware of...You could use APOC triggers to write the changes you are interested in to some graph structure you design to allow you to view changes historically.