Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
GraphQL in Laravel From Scratch
Create Task Mutation and Refetch Data
Update Task Mutation
Delete Task Mutation
Commit for this lesson - server repository
Commit for this lesson - client repository
Create Task Mutation and Refetch Data
Update Task Mutation
Course Content
Intro
01
What's Inside This Course
GraphQL Server with Lighthouse
02
What is GraphQL: Benefits over REST API
03
Our First GraphQL Query: Get All Users from Playground or Postman
04
Object Types, Queries and Lighthouse Directives
05
Relationships belongsTo/hasMany and Separate .graphql Files
06
Useful Lighthouse Directives Overview
07
Pagination and Simple Pagination
08
Mutations: Create/Update/Delete Data with Validation
Vue Apollo Client: Practical CRUD Example
09
Tasks List Query: Get Data into the Vue Component
10
Create Task Mutation and Refetch Data
11
Delete Task Mutation
12
Update Task Mutation
13
Pagination
14
Form Validation Errors
BONUS: Authentication with Vuex, Laravel Sanctum and Multi-Tenancy
15
Introducing Vue Router with Links
16
Login with Laravel Sanctum
17
The Main Part: Login / Logout with Vuex & Apollo
18
Multi-Tenancy and Auto-Redirect to Login