I have 2 entities, Player(p) and Team(t) and I am trying to create the following rich relationship while adding a new Player with an existing team:
(p)-[PLAYS_FOR{"Batsman"}]->(t)
However when I try to do this, I get an exception stating:
MappingExce...