Hi Michael, 

This is definitely useful, is this available from Cypher too? 

What I meant was to get back an object which can be further queried, is 
this the case for this return case? For instance, 
Start n=node(10)

match (n)-[*1..5]->(m)

return ?

Can we return "?" as a graph?

Thanks,
Alireza





On Friday, October 17, 2014 4:33:41 PM UTC+2, Michael Hunger wrote:
>
> Yes, see: 
> http://docs.neo4j.org/chunked/stable/rest-api-transactional.html#rest-api-return-results-in-graph-format
>
> On Fri, Oct 17, 2014 at 1:35 PM, Alireza Rezaei Mahdiraji <
> alire...@gmail.com <javascript:>> wrote:
>
>>
>> Hi All, 
>>
>> Is it possible to return a graph as output in Cypher RETURN Clause 
>> instead of an iterator to 
>> the element? The usecase is to use the output graph for some other 
>> queries and perhaps 
>> use it in another cypher query. 
>>
>>
>> Thanks,
>> Best,
>> Alireza 
>>
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Neo4j" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to neo4j+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to