Using Apollo GraphQL with Angular in an Nx Workspace

In this article, you’ll learn how to:
  • Create an Nx workspace for both frontend and backend applications
  • Create a GraphQL API using NestJS
  • Autogenerate frontend code based on your GraphQL schema
  • Create an Angular application to consume your GraphQL api