This is a fun/hard problem. In federated GraphQL, you build up this stitched together graphql endpoint. Different properties can be served by different backends. Joining all of these disparate capabilities in a cohesive way is difficult. Coupled with the fact that you also need to take into account backwards compatibility, security, latency and many other concerns.. it’s a tricky socio-technical problem.