An open API service indexing awesome lists of open source software.

https://github.com/graphql-java/graphql-java-db-example


https://github.com/graphql-java/graphql-java-db-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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