Hi,
I'm trying to build a graph like query via the Atlas dsl endpoint (on version 1.1.0), to query across 3 entity types (with 2 joins). I couldn't find any examples of this from the dsl section on the Advanced Search documentation. In my example I have 3 entity types - Book, Person, Organisation. The following relationships are defined. - A Book can have multiple "authors" of type Person. - A Person can have an "affiliation" to a single Organisation. The query i'm attempting to define in the dsl is "Find all books that have an author from organisation name <x>". Is this type of query possible via the dsl, if so, could I please have an example of how this dsl query would look? Thanks Rich
