I have a scenario of 3 subgraphs that share a type.
The type is defined as Article
and is used by three different subgraphs. Now, the issue is that I need to add a new @key, I raised a proposal and the proposal is passing successfully. The issue is when running the scheme check for each subgraph independently, it fails as they depend on each other.
They all fail to check or publish, and composition fails as they depend on each other.
I tried rover subgraph publish
and rover subgraph check
but does not allow multiple subgraphs.