Mô tả

***** Some Reviews From Students *****

  • best course on graphql. learned a lot.

  • learning in simple words and explained very well. thanks

  • A very good introductory course to learn GraphQL from scratch and implementing the backend in Java using Spring.

  • Very informative. Easy concept explanations and equally well practicals.


In this course you are going to learn to GraphQL With Spring Boot and Spring Data JPA.


Now a days Spring framework is widely used among Java Developers and specifically Spring Boot is in high demand to develop REST APIs.

The problem with REST APIs is that it is giving fixed response in the format of the JSON ( JavaScript Object Notation ). So there comes GraphQL in picture. GraphQL provides flexibility that in request itself we can ask which fields we want in response and it populates only those fields.

In simple words we can say select * query in SQL database is like REST API while ability to provide columns (fields) with query and to return only those fields is GraphQL.

GraphQL boosts performance of your application and it gives consumers flexibility that which attributes they want in response. REST API has problem of under and over fetching of data because of fixed structure of response and GraphQL eliminates this by providing only those attributes which are asked in the request.


In this course you will learn GraphQL in detail with Spring Boot and Spring Data JPA using MySQL database. In this course you will learn :-

  • What is GraphQL ?

  • Difference between GraphQL and REST API

  • What is Query in GraphQL ?

  • What is Mutation in GraphQL ?

  • What is Schema in GraphQL ?

  • What is Resolver in GraphQL ?

  • What is Edge in GraphQL ?

In this course you will learn to create GraphQL Query and Mutation with Spring Boot. You will learn to create Resolver with Edge in Spring Boot.


Project lombok is used to avoid boiler plate code in your Java Application. In this course you learn how to use Project Lombok with Spring Boot Application and you will learn -

  • How to have getter methods for Java Class using @Getter Annotation.

  • How to have setter methods for Java Class using @Setter Annotation.

  • How to have constructor for Java Class using @NoArgsConstructor and @AllArgsConstructor Annotations.

After finishing the course you will be able write GraphQL queries as shown in Promo video and also you will be able to deploy your GraphQL-Spring Boot Application to Heroku which is Cloud Platform.

Lets start journey of GraphQL with Spring Boot and Spring Data JPA.


Course Topics & Lectures :-

Introduction

  • Introduction

  • Altair GraphQL Client

Introduction To GraphQL

  • What is GraphQL ?

  • What is GraphQL Query ?

  • What is GraphQL Mutation ?

  • What is GraphQL Schema ?

  • GraphQL vs REST API

Project Lombok With Spring Boot

  • What is Lombok and Why We Need Lombok ?

  • Spring Boot App For Lombok

  • Lombok Installation

  • Getters and Setters With Lombok

  • Constructors With Lombok

Getting Started With GraphQL

  • Spring Boot App with REST APIs

  • Setting Up Spring Boot App with GraphQL

  • Writing First Query with GraphQL

  • Defining GraphQL Schema

  • Run Query with GraphQL and Spring Boot

  • Running GraphQL Query with AltAir plugin

GraphQL Query

  • GraphQL with Input Data

  • JSON Inputs For GraphQL Query

  • Validations with GraphQL Schema

  • Change URL Of Application

GraphQL Query With Spring Data JPA

  • GraphQL App with Spring Data JPA

  • GraphQL Query with Response Model Class

  • Flexibility Of Response with GraphQL Query

  • Get List Of Data with GraphQL Query

GraphQL Resolver

  • What is Resolver in GraphQL ?

  • Creating First Resolver with GraphQL

  • Getting Data with GraphQL Resolver

  • More with GraphQL Resolver

GraphQL Edges

  • What is Node and Edge in GraphQL ?

  • Why Need Data Filter On Edge ?

  • Data Filter with GraphQL Edge

  • Get Filtered Data with GraphQL Edge

  • Get All Data with GraphQL Edge and Filter

GraphQL Mutation

  • Create Mutation with GraphQL

  • Mutation Input Schema with GraphQL

  • Running First Mutation with GraphQL

More with GraphQL Query

  • Enum As Input For Query

  • Enum In GraphQL Schema

  • Query Data By Enum

GraphQL-Spring Boot Deployment to Heroku (Cloud Platform)

  • Introduction To Heroku

  • Create Account On Heroku

  • Verify Account On Heroku

  • Download and Install Git

  • Download & Install Heroku CLI

  • Create Heroku Application

  • Getting MySQL Database on Heroku

  • Uploading data From Local MySQL to Heroku MySQL (SQL Dumping)

  • Heroku CLI Login

  • Deploy Spring Boot App On Heroku

  • Check Logs For Heroku Application

  • Heroku Application Settings

GraphQL Variable

  • What is GraphQL Variable ?

  • GraphQL Variable with Query

  • GraphQL Variable with Mutation

  • Multiple GraphQL Variables

GraphQL Client with Spring Boot

  • Updating GraphQL App with Latest Versions

  • Introduction To GraphQL Client

  • Create GraphQL Client Spring Boot App

  • GraphQL Client To Call GraphQL Query

  • GraphQL Client with Variable

  • GraphQL Client To Call GraphQL Mutation

Bạn sẽ học được gì

You will learn GraphQL with Spring Boot

You will learn What is GraphQL ?

You will learn What is GraphQL Query ?

You will learn What is GraphQL Mutation ?

You will understand difference between GraphQL and REST APIs

You will learn GraphQL Query and Mutation with Spring Boot and Spring Data JPA

You will learn to write GraphQL queries to get the data

Yêu cầu

  • Need to have basic knowledge of Java Programming Language & Apache Maven
  • Need to have basic knowledge of Spring Boot and Spring Data JPA

Nội dung khoá học

14 sections

Introduction

2 lectures
Introduction
02:18
Altair GraphQL Client
00:56

Introduction To GraphQL

5 lectures
What is GraphQL ?
03:28
What is GraphQL Query ?
02:00
What is GraphQL Mutation ?
02:08
What is GraphQL Schema ?
07:19
GraphQL vs REST API
12:09

Project Lombok With Spring Boot

5 lectures
What is Lombok and Why We Need Lombok ?
02:08
Spring Boot App For Lombok
01:45
Lombok Installation
03:55
Getters and Setters With Lombok
03:29
Constructors With Lombok
03:39

Getting Started With GraphQL

6 lectures
Spring Boot App with REST APIs
04:06
Setting Up Spring Boot App with GraphQL
04:23
Writing First Query with GraphQL
06:26
Defining GraphQL Schema
05:57
Run Query with GraphQL and Spring Boot
07:22
Running GraphQL Query with AltAir plugin
08:00

GraphQL Query

4 lectures
GraphQL with Input Data
08:30
JSON Inputs For GraphQL Query
09:17
Validations with GraphQL Schema
04:31
Change Default URLs Of GraphQL Application
04:44

GraphQL Query With Spring Data JPA

4 lectures
GraphQL App with Spring Data JPA
07:31
GraphQL Query with Response Model Class
06:57
Flexibility Of Response with GraphQL Query
08:55
Get List Of Data with GraphQL Query
09:03

GraphQL Resolver

4 lectures
What is Resolver in GraphQL ?
05:50
Creating First Resolver with GraphQL
08:35
Getting Data with GraphQL Resolver
10:06
More with GraphQL Resolver
07:33

GraphQL Edges

5 lectures
What is Node and Edge in GraphQL ?
04:59
Why Need Data Filter On Edge ?
06:59
Data Filter with GraphQL Edge
07:56
Get Filtered Data with GraphQL Edge
04:50
Get All Data with GraphQL Edge and Filter
06:29

GraphQL Mutation

3 lectures
Create Mutation with GraphQL
07:13
Mutation Input Schema with GraphQL
06:10
Running First Mutation with GraphQL
07:58

GraphQL-Spring Boot Deployment to Heroku (Cloud Platform)

14 lectures
Course Update
01:16
Spring Boot Version
01:14
Introduction To Heroku
01:13
Create Account On Heroku
03:11
Verify Account On Heroku
04:47
Download and Install Git
01:43
Download & Install Heroku CLI
02:39
Create Heroku Application
01:47
Getting MySQL Database on Heroku
02:37
Uploading data From Local MySQL to Heroku MySQL (SQL Dumping)
03:59
Heroku CLI Login
02:03
Deploy Spring Boot App On Heroku
05:03
Check Logs For Heroku Application
02:28
Heroku Application Settings
02:10

GraphQL with Postman Client

1 lectures
GraphQL Query with Postman
01:55

GraphQL Variable

4 lectures
What is GraphQL Variable ?
04:52
GraphQL Variable with Query
06:50
GraphQL Variable with Mutation
06:20
Multiple GraphQL Variables
03:32

GraphQL Client with Spring Boot

6 lectures
Updating GraphQL App with Latest Versions
03:53
Introduction To GraphQL Client
02:35
Create GraphQL Client Spring Boot App
05:47
GraphQL Client To Call GraphQL Query
06:06
GraphQL Client with Variable
03:23
GraphQL Client To Call GraphQL Mutation
04:20

Thank You....

2 lectures
Bonus Lecture
00:30
Thank You....
00:30

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.