dguduguntla / graphql-spring-jpa-spqr

A GraphQL Application using SPQR and Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A GraphQL Application using SPQR and Spring Boot


Languages

Language:Java 97.2%Language:PLpgSQL 2.8%