Skip to content

jonathan-bibas/graphql-java-db-example

 
 

Repository files navigation

graphql-java-http-example

An example of using graphql-java in a DB application.

It demonstrates how to connect to an SQL backing database and expose that data via smart data fetchers.

It demonstrates the use of graphql IDL to define a schema in a textual way.

To build the code type

./gradlew build

To run the code type

./gradlew run

Point your browser at

http://localhost:3000/    

Some example graphql queries might be

TODO

or maybe

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.6%
  • HTML 2.4%