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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ The GraphQL-JPA-Query library consists of the following modules:
22
22
1.`graphql-jpa-query-annotations` - Provides annotations for instrumenting your entity models with GraphQL Schema Descriptions
23
23
2.`graphql-jpa-query-dependencies` - Provides dependency management for project and external modules versions
24
24
3.`graphql-jpa-query-autoconfigure` - Provides autoconfiguration and merging of multiple GraphQL schemas in Spring Boot context
25
-
4.`graphql-jpa-query-schema` - Provides interface specifications and implementation of the JPA Schema Builder and JPA Data Fetchers
26
-
5.`graphql-jpa-query-boot-starter`- Provides Spring Boot starter support to enable GraphQL JPA Query in your project
27
-
6.`graphql-jpa-query-example` - Provides example application for Starwars sample entity models
25
+
4.`graphql-jpa-query-web` - Provides Graphql Web Controller with Spring Boot auto-configuration support
26
+
5.`graphql-jpa-query-schema` - Provides interface specifications and implementation of the JPA Schema Builder and JPA Data Fetchers
27
+
6.`graphql-jpa-query-boot-starter`- Provides Spring Boot starter support to enable GraphQL JPA Query in your project
28
+
7.`graphql-jpa-query-example` - Provides example application for Starwars sample entity models
28
29
29
30
Building with Maven Central [](https://mvnrepository.com/artifact/com.introproventures/graphql-jpa-query)
0 commit comments