Nope, not yet, we plan something like that for the future but right now now.

But you can just continue your query with with and continue to explore the
graph step by step?

What is your actual use-case?

On Fri, Oct 17, 2014 at 4:46 PM, Alireza Rezaei Mahdiraji <
[email protected]> wrote:

>
> 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 <
>> [email protected]> 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 [email protected].
>>> 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 [email protected].
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to