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