Completed
Data Access
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Type-Safe GraphQL with TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Aaron
- 3 Data Model
- 4 REST
- 5 GraphQL
- 6 GraphQL Query
- 7 Core Components
- 8 The Problem
- 9 Installing Azure Functions
- 10 Running the GraphQL Server
- 11 Extracting the GraphQL Schema
- 12 Importing the GraphQL Schema
- 13 Building the GraphQL Schema
- 14 GraphQL Errors
- 15 Data Access
- 16 Lack of Type Safety
- 17 Data Sources
- 18 Custom Mapping
- 19 React Hooks
- 20 Wrap Up
- 21 Questions
- 22 Benefits of building out application schema first
- 23 Why GraphQL is important
- 24 GraphQL on GitHub
- 25 GraphQL Authentication
- 26 Scalability