Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct store when loading indexes for graft base (#5616)
Previously, we were trying to load indexes from the store corresponding to the subgraph being deployed. This was the wrong shard, resulting in deployment failures when a subgraph is on a different shard from its graft based. This updates the call to use the correct store.
- Loading branch information