Explore the fundamentals of GraphQL, a modern and efficient alternative to REST. This course will cover the key differences between REST and GraphQL, including why you might choose GraphQL for your API. You'll learn how to set up a basic GraphQL server using Apollo Server, and how to query it effectively.
Overview
Syllabus
- Lesson 1: Introduction to GraphQL and Apollo Server
- Lesson 2: Building a Basic GraphQL Server with Apollo Server 4
- Lesson 3: Introduction to Querying with Arguments in GraphQL