federation icon indicating copy to clipboard operation
federation copied to clipboard

Merge default array arguments for external types

Open tninesling opened this issue 7 months ago • 2 comments

When using an external type with a default array argument, the defaults from the different subgraphs were being compared with strict equality. Now, when we come across arrays, we use arrayEquals to check the equality of the individual elements in the arrays. Additionally, this removes an unnecessary assertion from the mismatch reporter, which was hiding the actual error here when composition failed.

tninesling avatar Jul 24 '24 19:07 tninesling