I am new to graphdb's and gremlin and struggling with a query I need to come up with I have users(vertex) who can be members of(edge: memberOf) a group a group(vertex), uses in that group can also like (edge: 'likes') certain foods(vertex) that belong to(edge: belongTo) various categories(vertex).
I essentially need a query to return all like edges that fit into a selected category.
For example, a user wants to see who all in his group likes Italian food. I am interested in the like as it has additional properties that will be displayed.