[ https://issues.apache.org/jira/browse/S2GRAPH-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518778#comment-16518778 ]
ASF GitHub Bot commented on S2GRAPH-223: ---------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/incubator-s2graph/pull/175 > Support WhereParser on Vertex. > ------------------------------ > > Key: S2GRAPH-223 > URL: https://issues.apache.org/jira/browse/S2GRAPH-223 > Project: S2Graph > Issue Type: New Feature > Components: s2core > Reporter: DOYUNG YOON > Assignee: DOYUNG YOON > Priority: Major > > Currently, WhereParser is only available for Edge so it is not possible to > filter vertex with predicates. > One example query would look like followings. > {noformat} > query { > s2graph { > User(id: 1, filter: "name contains 'steamshon'") { > id > } > } > } > {noformat} > I suggest to add vertex support in WhereParser, so GraphQL query can also > benefit from WhereParser. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)