Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Your GraphQL Field Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is GraphQL
- 3 GraphQL types
- 4 Why GraphQL
- 5 GraphQL introspection
- 6 Optimizing GraphQL
- 7 Query language
- 8 GraphQL schema
- 9 Codefirst approach
- 10 Crowdsourced approach
- 11 Demo
- 12 Graphical Playground
- 13 Project Creation
- 14 Autocomplete
- 15 Optimizing fetching
- 16 Data Loader
- 17 Authorization
- 18 Caching
- 19 Schema stitching
- 20 Data Loaders
- 21 Page Factory