I am calling algo.graph.load(node-query, relationship-query, {graph: 'cypher}) where node-query and relationship-query are both parameterized. What is the proper syntax for passing the query parameters in this case? Is it possible?
By way of illustra...