Modern GraphQL Crash Course - 2022

Опубликовано: 04 Октябрь 2024
на канале: Laith Academy
133,224
2.7k

This is a snippet of a full modern GraphQL course on Udemy. I hope you all enjoy and learn a ton!

Second Channel:
   / @laiture123  

Udemy Courses (with discount):
https://www.udemy.com/course/modern-g...
Course Repo:
https://github.com/harblaith7/GraphQL...

Timeline:
0:00 - What is GraphQL
17:57 - Setting up a GraphQL Server
36:00 - Scalar Types
44:30 - Arrays
51:28 - Object Types
1:01:00 - Query with Variables
1:09:32 - Adding Another Object Type
1:20:15 - Relating Data
1:37:00 - Reorganizing Our Directory
1:46:30 - The Context Param
1:52:05 - Adding a Third Object Type
2:01:11 - Adding Filtering Data Logic
2:24:00 - Mutations!
2:27:00 - Adding Data
2:48:17 - Deleting Data
3:13:00 - Updating Data