Cypher is really intuitive, as Matthias pointed out, however I have the following recommendation:
If its trivial stuff, go Cypher, it's easier to write (really fun), and there shouldn't be a big performance penalty. However, if you have larger matches or conditional queries, knowing the domain of your chart can significantly improve performance if you use custom traverses or even Gremlin
source share