rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Simplify subgraph composition

Open lutter opened this issue 5 years ago • 2 comments
trafficstars

Subgraph composition as described in the RFCs so far has two properties that lead to undesirable behavior for users.

  • import by subgraph name rather than solely by ID
  • delaying reporting of missing imports as errors until query time rather than at deploy time

My notes on how to recast composition to address these two issues can be found in this gist These should be used not just for an implementation, but also to revise the RFC and engineering plans

lutter avatar Apr 16 '20 18:04 lutter

We will eventually want imports by name, but I agree we should keep that as a future extension.

leoyvens avatar Apr 16 '20 19:04 leoyvens

hey folks, just trying to get an idea of where this lands in your roadmap right now. This is quite a crucial component we'd need to release Boardroom.info to the community down the road. Would love to help out where possible!

pmespresso avatar Sep 15 '20 15:09 pmespresso