Managed federation with Apollo Gateway
The difference between federation is that the gateway is no longer responsible to specify the service configurations. The entire composed graph is provided by a single versioned artifact to the gateway.
- Run
npm run start-registry
- Run
npm run start-services
- Run
npm run start-gateway
- Visit playground
http://localhost:4000/playground
Try
{
topProducts {
name
inStock
shippingEstimate
reviews {
id
author {
name
}
product {
name
}
}
}
}