ajit-satav
Results
2
issues of
ajit-satav
While executing variable length query I am getting zero results SELECT * FROM cypher('demo', $$ MATCH (a:Employee{name:'xxxx'})-[*]-(b) RETURN a $$) as (a agtype); But if I do execute below query...
question
Do we always need to create typeDefs with all the collections which we have by defining there structure in main.js. Is there any way main.js utilize all the collections with...