You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses [graphql-java v3.0](https://github.com/andimarek/graphql-java) to derive and build the GraphQL schema from JPA Entity Schema provided by entity classes.
@@ -19,7 +19,7 @@ The GraphQL-JPA-Query library consists of the following modules:
19
19
3.`graphql-jpa-query-boot-starter`- Provides Spring Boot auto-configuration support to enable GraphQL JPA Query in your project
20
20
4.`graphql-jpa-query-example` - Provides example application for Books entity models
21
21
22
-
Building with Maven Central [](https://maven-badges.herokuapp.com/maven-central/com.introproventures/graphql-jpa-query)
22
+
Building with Maven Central [](https://mvnrepository.com/artifact/com.introproventures/graphql-jpa-query)
23
23
------------------------
24
24
You can use Maven Central repository to include and build individual modules in your project.
0 commit comments