g.V.has('class','people').filter({ !it.out('house').has('color','blue').hasNext() })
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/1aa9431a-8d4c-4296-8930-528504b22f3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g.V.has('class','people').filter({ it.out('house').has('color','blue').hasNext() }).filter({ it.out('house').out('garden').has('style','english garden').hasNext() })
g.V.has('class','people').as('p').out('house').has('color','blue').out('garden').has('style','english garden').back('p')
g.V.has('class','people').filter({ it.out('house').has('color','blue').hasNext() }).filter({ !it.out('house').out('garden').has('style','english garden').hasNext() })
g.V.has('class','people').as('p').out('house').has('color','blue').filter({ !it.out('garden').has('style','english garden').hasNext() }).back('p')
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/5b253745-e3f6-4d67-8dd9-579f068992d7%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/edff0784-0edf-4f2f-9049-228406c42fd6%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/NFHzgl2BAFY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAO7ueZKPp5Anf7dxpDtRtQ4bJP7GYcGrsg_e7J1iasgdaUm2ng%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAChLnHwdO9VntrAErDdZpt7tsx6tSOa1mzZyOh4sXHksU7YwMw%40mail.gmail.com.