What's the syntax to add a relationship to an already created relationship index in the Neo4jClient?
I've found the following post (Adding a relationship to an index in neo4jclient) but it only says that the syntax is similar to that of nodes but the CreateRelationship method does not have a signature that supports inserting a relationship to the index.
Any help to a Neo4jClient noob would be much appreciated.