Overstacked

Introduction to GraphQL Mastery ✨

Let's take a look at what's coming up in this course.

Welcome to the GraphQL Mastery course!

This course builds on the foundations laid in the GraphQL Fundamentals course. If you've completed that course, you're in a great position to dive right in. However, if you're starting directly with the Mastery course, don't worry—we'll kick things off with a quick refresher on the application we'll be working with.

To get started, you'll need the source code for a fully functioning application. Please download the starter project from GitHub and follow along:

https://github.com/warrenday/graphql-course-starter

Once you've cloned the repository, run the following command to check out the complete version from the Fundamentals course:

git checkout complete

The complete branch contains the finished code from the end of the Fundamentals course, which we'll use as the foundation for this course. If you've already completed the Fundamentals course, you should have a working application ready to go. Otherwise, this branch will provide you with the same starting point.