(
&self,
actor_id: ActorEntityUuid,
params: QueryEntitySubgraphParams<'_>,
)
| 835 | } |
| 836 | |
| 837 | async fn query_entity_subgraph( |
| 838 | &self, |
| 839 | actor_id: ActorEntityUuid, |
| 840 | params: QueryEntitySubgraphParams<'_>, |
| 841 | ) -> Result<QueryEntitySubgraphResponse<'static>, Report<QueryError>> { |
| 842 | self.store.query_entity_subgraph(actor_id, params).await |
| 843 | } |
| 844 | |
| 845 | async fn summarize_entities( |
| 846 | &self, |
no outgoing calls