Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
GraphQL in Laravel From Scratch
Mutations: Create/Update/Delete Data with Validation
Create Task Mutation and Refetch Data
Tasks List Query: Get Data into the Vue Component
Commit for this lesson on the server side
Commit for this lesson on the client side
Mutations: Create/Update/Delete Data with Validation
Create Task Mutation and Refetch Data
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