• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    Java
  • License
    MIT License
  • Created about 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

graphql-java-examples

The following are a series of examples of graphql-java in action. They are intended as inspiration on how you could use graphql-java in your next project.

http example

The http example is a simple Spring Boot application that serves the classic StarWars schema.

defer example

The defer example is a simple Spring Boot application that demonstrates more advanced graphql performance by allowing a client to split the result into the data it needs immediately followed by the data it can defer to later.

Spring Boot integration example

This shows how to integrate GraphQL Java with Spring Boot.