# 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 **Blog Post:** [Using Apollo GraphQL with Angular in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-angular-in-an-nx-workspace-9ad0155c1914) **Repository:** [nx-apollo-angular-example](https://github.com/nrwl/nx-apollo-angular-example)