pub async fn handle_edges(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
Returns all ref relationships as explicit edge rows.
ยงRequest Grid Columns
| Column | Kind | Description |
|---|---|---|
filter | Str | (optional) Filter to scope source entities |
refType | Str | (optional) Only edges of this ref tag type |