# graphql-java-db-example **Repository Path**: mirrors_graphql-java/graphql-java-db-example ## Basic Information - **Project Name**: graphql-java-db-example - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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