An introduction to Apollo Federation in NestJS

Marcos Henrique da Silva
9 min readNov 11, 2022

A practical guide for using NestJS to create GraphQL apps with Apollo Federation on top of it

Picture from Mo Eid: https://www.pexels.com/pt-br/foto/3d-abstrato-resumo-abstrair-8347499/

Hello and welcome! In this article we are going to talk about Apollo Federation, microservices, GraphQL and all using NestJS

In a previous article I wrote about API Gateway and REST microservices using NestJS and I decided why not write about the other way around…

--

--