I have Parent vertex (P) connected to child vertices (C1, C2, C3,..Cn) (via an outgoing edge Label "dep") , Where Cn can be very huge. These child vertices (C1, C2,..) may or may not be connected to other vertices via an outgoing edge label "frnds". Is there a way in Gremlin to find out all Child vertices of (P) that does not have any out going edges with label "frnds" ?
Regards, Kumar