Skip to content

Commit 4d783e2

Browse files
authored
Update README.md
1 parent 369e2b5 commit 4d783e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Your applications can now use GraphQL queries that smoothly follow references be
1616

1717
While typical REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request. Apps using GraphQL can be quick even on slow mobile network connections.
1818

19-
GraphQL JPA Query creates a uniform query API across for your applications without being limited by a single data source. You can use it with multiple databases by instrumenting separate EntityManager for each DataSource and expose single GraphQL Query Apis for your Web application domain.
19+
GraphQL JPA Query creates a uniform query API across for your applications without being limited by a single data source. You can use it with multiple JPA compliant databases by instrumenting separate EntityManager for each DataSource and expose a single GraphQL Query Apis for your Web application domain using Spring Boot Auto Configuration magic.
2020

2121
Tested using JDK Versions
2222
----------------------

0 commit comments

Comments
 (0)