Completed
Using GraphQL from a React app
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript and GraphQL Integration - From Schema to Full-Stack Development
Automatically move to the next video in the Classroom when playback concludes
- 1 What is GraphQL?
- 2 Comparing GraphQL to REST
- 3 Introducing a GraphQL query
- 4 When should we not use GraphQL?
- 5 Exploring the sample
- 6 Adding an Azure Function to serve GraphQL
- 7 Adding Apollo Server
- 8 Exploring a GraphQL schema
- 9 GraphQL resolvers
- 10 Querying the updated model
- 11 The rationale for TypeScript with GraphQL
- 12 Caching data with GraphQL
- 13 Generating a GraphQL schema and TypeScript types
- 14 Using GraphQL Code Generator
- 15 Using contexts and data sources
- 16 Using GraphQL from a React app