Skip to content

essentialprogramming/graphql-java-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 73.2%
  • HTML 25.2%
  • JavaScript 1.6%