Is it possible to connect two relationship in neomodel

i have two relationships
A_TO_B AND B_TO_C
i want to connect these relationship togther how can it be done in neomodel.

I'm afraid you can't do that. Relationships are simple edges in the graph and can only be connected to a start node and an end node.

If you need more connectivity, you must "reify" your relationships into nodes, and connect those nodes with a new relationship.