Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.3.4
Release 0.3.3
This is maintenance release with the following bug fixes:
Fix Runtime exception in DataFetcher on GraphQL '__typename' field (#32)
Release 0.3.2
Fixes #28: 'NE' predicate is generating a 'LIKE' SQL expression instead of a '<>' for String types.
Release 0.3.1
Release to Maven Central Repository
You can use Maven Central repository to include and build individual modules in your project.
For GraphQL JPA Annotations use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-annotations</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Schema Builder use:
<dependency>
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
<artifactId>graphql-jpa-query-schema</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Query Boot Starter use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-boot-starter</artifactId>
<version>0.3.0</version>
</dependency>
Release v0.2.0
First Public Release
v0.1.0 Merge remote-tracking branch 'origin/master'