Course Curriculum
1 Intro
2 GraphQL Server with Lighthouse
What is GraphQL: Benefits over REST API
6:16
Our First GraphQL Query: Get All Users from Playground or Postman
4:28
Object Types, Queries and Lighthouse Directives
6:30
Relationships belongsTo/hasMany and Separate .graphql Files
6:35
Useful Lighthouse Directives Overview
4:31
Pagination and Simple Pagination
4:19
Mutations: Create/Update/Delete Data with Validation
4:53