Skip to content

Commit dfaa0ed

Browse files
authoredFeb 3, 2019
Update README.md
1 parent ca6467b commit dfaa0ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ The GraphQL-JPA-Query library consists of the following modules:
2222
1. `graphql-jpa-query-annotations` - Provides annotations for instrumenting your entity models with GraphQL Schema Descriptions
2323
2. `graphql-jpa-query-dependencies` - Provides dependency management for project and external modules versions
2424
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
2829

2930
Building with Maven Central [![Maven Central](https://img.shields.io/maven-central/v/com.introproventures/graphql-jpa-query.svg)](https://mvnrepository.com/artifact/com.introproventures/graphql-jpa-query)
3031
------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.