FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sohamda/graphql-java-kickstart: Spring Boot GraphQL endpoint using graphql-java-kickstart · GitHub

Repository files navigation

GraphQL implementation in Spring Boot with graphql-java-kickstart library

A sample spring boot application which illustrates how to use "graphql-java-kickstart" to implement graphql schemas, endpoints. This application uses H2 as in-memory database to showcase, but you can also use an external database instead.

Implementation showcases

  1. GraphQL Schema definitions
  2. Mapping Query & Mutations to Datafetcher
  3. Mapping field level Query to Datafetcher
  4. Defining and Registering Dataloader and dataloader registry
  5. Exception Handling

To run this :

mvn clean install

mvn spring-boot:run

docker-compose up --build -d

About

Spring Boot GraphQL endpoint using graphql-java-kickstart

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL