Skip to content

dguduguntla/graphql-spring-jpa-spqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL in Java using SPQR

This is the tutorial Spring Boot application to develop GraphQL API using SPQR and Spring Data JPA using hierarchical datamodel shown below.
The application can be started using mvn spring-boot:run and access the GraphQL PlayGround using http://localhost:8083/gui and use the payloads specified for various Query and Mutation methods. Use the following blog post for more details.

Data Model

DataModel

Get Department details

GetDepartmentDetail