piomin / sample-spring-boot-graphql

Demo application illustrating advanced usage of GraphQL with Spring Boot like filtering or relationship fetching

Home Page:https://piotrminkowski.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot GraphQL Demo Project Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

In this demo repository I'm demonstrating the most interesting libraries and features for integrating Spring Boot with GraphQL.

Important notes

This repository has been reorganized and now contains two different applications. First of them, sample-app-kickstart shows how to use the project called GraphQL Kickstart. The second of them sample-app-netflix-dgs shows how to use Netflix DGS library for GraphQL with Spring Boot.

Getting Started

  1. How to simplify Spring Boot and GraphQL development with GraphQL Kickstart library. The article describes more advanced solution like filtering or joins with a database. The example is available in the branch master. A detailed guide may be found in the following article: An Advanced Guide to GraphQL with Spring Boot
  2. How to simplify Spring Boot and GraphQL development with Netflix DGS library. The example is available in the branch master. A detailed guide may be found in the following article: An Advanced GraphQL with Spring Boot and Netflix DGS.
  3. How to simplify Spring Boot and GraphQL development with Spring for Graph library. The example is available in the branch master. A detailed guide may be found in the following article: An Advanced GraphQL with Spring Boot.

About

Demo application illustrating advanced usage of GraphQL with Spring Boot like filtering or relationship fetching

https://piotrminkowski.com


Languages

Language:Java 100.0%