We are trying to build a full OGM for a Python/Flask based backend which uses Neo4j.
The problem I am running into is with the RelatedTo and RelatedFrom parts of Py2neo.ogm framework.
Naturally, if my graph has a structure like (a)-[:LINKS_TO]->(b) I...