I am new to neo4j and neo4jclient so please excuse if my question is not on the right track.
With mutating cypher queries it is possible to create multiple nodes and relationships in one call. I want to create a query similar to the movie example data that comes with neo4j so that it creates multiple nodes and relationships in one post to the REST API.
Is it possible to write a query like this using neo4jclinet?
I've had a look at the documentation below but I couldn't see an example of the type of query I was after. Im quite new to this so perhaps I missed it.