Course introduction
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.