Shared types in GraphQL Federation (@shareable)

Hi @DavidS,

I can confirm that it does not work with “type Query @extends” for our graphs, which is present in all SDLs.

So far I have tested with three of our original microservices, which have quite big schema definitions.
Maybe I have to boil it down a bit and check it with a less complex example and only two services…

Still, it would be great if you could verify that it’s even possible at the moment!

What’s interesting: It is only the query type the gateway is complaining about. The other types (mutation and federated entities) do not appear in the error message…