We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a5e59 commit ebfe059Copy full SHA for ebfe059
graph/src/components/store/traits.rs
@@ -302,7 +302,7 @@ pub trait SourceableStore: Sync + Send + 'static {
302
entity_types: Vec<EntityType>,
303
causality_region: CausalityRegion,
304
block_range: Range<BlockNumber>,
305
- ) -> Result<BTreeMap<BlockNumber, Vec<Entity>>, StoreError>;
+ ) -> Result<BTreeMap<BlockNumber, Vec<EntityWithType>>, StoreError>;
306
307
fn input_schema(&self) -> InputSchema;
308
0 commit comments