1Apollo Federation
In a microservices architecture, you might have an Auth Server, a Product Server, and a Cart Server. Apollo Federation allows you to have 3 separate GraphQL schemas on 3 different servers, and automatically merges them into one single 'Supergraph' for the frontend. The frontend makes one query, and an Apollo Gateway splits it and routes it to the microservices.
