Spotted while running comparative testing with graphql-js validation in the Apollo Router. apollo-rs produces a validation error claiming two different types are selected to the same field name, but graphql-js does not.
I think this may be a regression in the validation port to 1.0 as we started getting rare false positives since then.
Spotted while running comparative testing with graphql-js validation in the Apollo Router. apollo-rs produces a validation error claiming two different types are selected to the same field name, but graphql-js does not.
I think this may be a regression in the validation port to 1.0 as we started getting rare false positives since then.
Minimal repro TBD