Apollo Federation, TypeGraphQL, and Reference Resolvers
Setup
npm run bootstrap
Start
npm run startSubgraphs
New terminal session
npm run startGateway
Example of how to use reference resolvers when building federated graphql server with Apollo Federation & TypeGraphQL
TypeScript
npm run bootstrap
npm run startSubgraphs
New terminal session
npm run startGateway