Type alias EdgeQuery

EdgeQuery: {
    kind: "selector.edge";
    predicates: Predicate[];
    rank: RankRule[];
}

Type declaration