[INCONSISTENT_INPUT_OBJECT_FIELD]: Input object field "scoopsWetFood" will not be added to "FoodInput" in the supergraph as it does not appear in all subgraphs: it is defined in subgraph "cat" but not in subgraphs "chicken", "cow", "dog" and "racoon".
The message lists all subgraphs, even those without the type FoodInput so it makes it hard to know which subgraphs I need to look into. I would expect the message to be:
[INCONSISTENT_INPUT_OBJECT_FIELD]: Input object field "scoopsWetFood" will not be added to "FoodInput" in the supergraph as it does not appear in all subgraphs: it is defined in subgraph "cat" but not in subgraphs "dog".
Issue Description
If I have subgraphs defined as follows:
composition fails with message:
The message lists all subgraphs, even those without the type
FoodInput
so it makes it hard to know which subgraphs I need to look into. I would expect the message to be:Link to Reproduction
https://github.com/dusty2020/rover-testing
Reproduction Steps