WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

andrew-go-code/demo-spring-boot-graphql

Repository files navigation

Demo Graphql server project using graphql-spring-boot

Description

This is multi-module project that consist of graphql server (gateway) and two data services. Demo project includes:

  • Query, Mutation, Subscription operations via resolvers;
  • Solving n+1 problem with DataLoader;
  • Error handling;
  • Resolver methods security using AOP;
  • Testing.

Data api

Gateway application communicates with two services via REST API using feign client.

About

GraphQL server implementation with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages