Is it possible to order gremlin query results by custom values like below ?
g.V().hasLabel("party") .has("party_phone",token("90777777")) .and(__.properties("party_phone") .has("phone_nbr",eq("90777777"))) .barrier() .dedup() .order().by("created_source_id" in ('3531348','4035','1179')))
Please let me know if any more details required on this.
Looking for below kind of solution in gremlin