DOYUNG YOON created S2GRAPH-223:
-----------------------------------

             Summary: 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


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)

Reply via email to