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 a8e56d5 commit 0c0f383Copy full SHA for 0c0f383
graph/src/blockchain/block_stream.rs
@@ -362,7 +362,8 @@ impl<C: Blockchain> TriggersAdapterWrapper<C> {
362
{
363
if let Some((dh2, store)) = self.source_subgraph_stores.first() {
364
if dh == dh2 {
365
- let schema = crate::components::store::ReadStore::input_schema(store);
+ let schema =
366
+ <dyn crate::components::store::SourceableStore>::input_schema(store);
367
if let Some(entity_type) = ent.first() {
368
let et = schema.entity_type(entity_type).unwrap();
369
0 commit comments