Course introduction
Manning Publications is a renowned provider of high-quality technical books and educational resources for software developers, IT professionals, and tech enthusiasts. Known for their in-depth coverage and practical approach, Manning offers a wide range of titles covering various programming languages, frameworks, and technologies.
The tutorial focuses on learning clientside GraphQL with Apollo. GraphQL is a query language for APIs and a runtime for executing those queries with existing data. Apollo is a popular implementation of GraphQL that includes a set of tools and libraries for building GraphQL applications. This course likely covers how to use Apollo Client to interact with GraphQL APIs from the frontend of web applications.