enisdenjo / graphql-composite

MIT License
5 stars 0 forks source link

Store a list of subgraphs next to implemented interfaces #39

Closed kamilkisiela closed 3 months ago

kamilkisiela commented 3 months ago

Adds more informations to implements: string[].

The only thing we knew was that an interface and an object type (that implements the interface in at least one subgraph) is available in subgraph X, but we do not know if the object type implements the interface in the subgraph.

We can't really derive it from BlueprintTypes.

Fixes #37