Execute queries and mutations against a Neo4j database
While each Modus SDK offers similar capabilities, the APIs and usage may vary between languages.Modus Neo4j APIs documentation is available on the following pages:
The APIs in the neo4j namespace are below, organized by category.
We’re constantly introducing new APIs through ongoing development with early
users. Please open an issue if
you have ideas on what would make Modus even more powerful for your next app!
class Relationship extends Entity { elementId: string // from base class props: DynamicMap // from base class startElementId: string endElementId: string type: string}