pub async fn handle_export(
req: HttpRequest,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/export
Reads all entities from the graph and returns them as a grid. The Accept header determines the response encoding format.