This PR adds the q parameter to all /graph endpoints so that clients can request a specific subgraph based on node attributes. The parameter nominally supports Lucene Query Syntax for search/filter operations, but the current implementation only works with single key-value pairs.
This PR adds the
q
parameter to all/graph
endpoints so that clients can request a specific subgraph based on node attributes. The parameter nominally supports Lucene Query Syntax for search/filter operations, but the current implementation only works with single key-value pairs.