Dear all,
Is it possible to set more than one property in one cypher query?
Its throwing me error when i tried to do it.
Please find below the query which i tried,
@Query("START p = node:photouniqueid(photouniqueid={0}) SET p.photoname = {1} AND p.seasonname = {2}")
Thanks,
Abdul