apollographql / federation-next

Moved to the Router repository
https://github.com/apollographql/router/tree/dev/apollo-federation
Other
19 stars 1 forks source link

Handle old spec edge case of arguments with non-unique names #218

Closed SimonSapin closed 8 months ago

SimonSapin commented 8 months ago

This ticket has been moved to https://apollographql.atlassian.net/browse/FED-26.


In object fields: https://github.com/apollographql/federation-next/blob/173b40b9c4ce50319727d8ebd4e9dc200f848aff/src/schema/position.rs#L2246-L2252

In interface fields: https://github.com/apollographql/federation-next/blob/173b40b9c4ce50319727d8ebd4e9dc200f848aff/src/schema/position.rs#L3504-L3510

In directives: https://github.com/apollographql/federation-next/blob/173b40b9c4ce50319727d8ebd4e9dc200f848aff/src/schema/position.rs#L5898-L5902