Standing queries are defined with graph patterns. For the sake of convenience, we also provide an API option where you define the pattern you want to find using a Cypher query. For instance, suppose we want to match a pattern of a person and their two parents:
curl -X POST "http://localhost:8080/api/v1/query/standing/my_sq" \
-H "accept: */*" \
-H "Content-Type: application/json" \