Beginner’s Guide to GraphQL with Angular and Apollo
GraphQL has been gaining popularity and it has made its way to the forefront of API development. There are several GraphQL clients available today for front-end frameworks. Apollo client is one of the popular clients for Angular applications.
In this article, we are going to build a small application using Angular and Apollo client. In my last article, I explained about…