Go deeper into GraphQL by setting up data mutations, managing complex queries with parameters, and handling server-side subscriptions. Learn to utilize Apollo Server to manage mutations for creating, updating, and deleting resources.
Overview
Syllabus
- Lesson 1: Adding Mutations for Data Manipulation
- Lesson 2: Handling More Complex Data Queries
- Lesson 3: Setting Up Subscriptions for Real-Time Data
- Lesson 4: Fetching Data from External APIs