Combine Multiple GraphQL APIs using Hasura's GraphQL Joins
With GraphQL Joins, you can federate your queries and mutations across multiple GraphQL services as if they were a single GraphQL schema. You do not have to write extra code or change the underlying APIs.