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: GraphQL Mutations with Apollo Server 4 in TypeScript
- Lesson 2: Handling More Complex Data Queries in Apollo Server 4
- Lesson 3: Setting Up Subscriptions for Real-Time Data with Apollo Server 4
- Lesson 4: Fetching and Integrating External API Data with Apollo Server 4