-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Subgraph composition: TriggersAdapter changes #5605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subgraph composition: TriggersAdapter changes #5605
Conversation
d6be3d7 to
dd39f66
Compare
…datasource triggers
dd39f66 to
3aba98f
Compare
|
This PR introduces a wrapper around the TriggersAdapter to support subgraph triggers originating from other subgraphs. Previously, the TriggersAdapter was designed to be chain-specific, handling triggers for individual chains. However, with subgraph data sources, we need a higher-level adapter capable of managing cross-subgraph triggers. This new wrapper enables fetching entity triggers from source subgraphs in a way that is independent of any specific chain, streamlining the trigger logic for broader subgraph interoperability. |
No description provided.