Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-223

Support WhereParser on Vertex.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Done
    • Major
    • Resolution: Done
    • None
    • None
    • s2core
    • None

    Description

      Currently, WhereParser is only available for Edge so it is not possible to filter vertex with predicates.

      One example query would look like followings.

      query {
        s2graph {
          User(id: 1, filter: "name contains 'steamshon'") {
            id
          }
        }
      }
      

      I suggest to add vertex support in WhereParser, so GraphQL query can also benefit from WhereParser.

       

      Attachments

        Issue Links

          Activity

            People

              steamshon Do Yung Yoon
              steamshon Do Yung Yoon
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: