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
- Host: GitHub
- URL: https://github.com/graphql-java/graphql-java-db-example
- Owner: graphql-java
- License: mit
- Created: 2017-12-05T08:56:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T09:09:01.000Z (over 7 years ago)
- Last Synced: 2025-04-28T08:24:18.646Z (about 2 months ago)
- Language: Java
- Size: 408 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 athttp://localhost:3000/
Some example graphql queries might be
TODO
or maybe
TODO