In this lesson, we'll learn how to use queries fetch data from GraphQL APIs.
We'll use GraphiQL to introspect the API, construct our first query, and then paste it into our Vue App.
We'll also see how the VSCode Apollo extension can help us constructing and editing queries on the go without opening GraphiQL.
Lesson Resources