X Tutup
The Wayback Machine - https://web.archive.org/web/20201227052830/https://github.com/graphql-java/graphql-java-examples
Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

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.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup