Last Version

GraphQL JPA Query 0.4.19

GraphQL JPA Query library auto-generates GraphQL Schema using JPA's EntityManager and implements GraphQL Relay protocol to execute JPA queries with flexible type safe criteria expressions and user-friendly SQL query syntax semantics.

License

License

GroupId

GroupId

com.introproventures
ArtifactId

ArtifactId

graphql-jpa-query
Version

Version

0.4.19
Type

Type

pom
Description

Description

GraphQL JPA Query
GraphQL JPA Query library auto-generates GraphQL Schema using JPA's EntityManager and implements GraphQL Relay protocol to execute JPA queries with flexible type safe criteria expressions and user-friendly SQL query syntax semantics.
Project URL

Project URL

https://github.com/introproventures/graphql-jpa-query
Source Code Management

Source Code Management

https://github.com/introproventures/graphql-jpa-query

Download graphql-jpa-query 0.4.19


<!-- https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/ -->
<dependency>
    <groupId>com.introproventures</groupId>
    <artifactId>graphql-jpa-query</artifactId>
    <version>0.4.19</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation 'com.introproventures:graphql-jpa-query:0.4.19'
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation ("com.introproventures:graphql-jpa-query:0.4.19")
'com.introproventures:graphql-jpa-query:pom:0.4.19'
<dependency org="com.introproventures" name="graphql-jpa-query" rev="0.4.19">
  <artifact name="graphql-jpa-query" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.introproventures', module='graphql-jpa-query', version='0.4.19')
)
libraryDependencies += "com.introproventures" % "graphql-jpa-query" % "0.4.19"
[com.introproventures/graphql-jpa-query "0.4.19"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • graphql-jpa-query-annotations
  • graphql-jpa-query-schema
  • graphql-jpa-query-boot-starter
  • graphql-jpa-query-example-simple
  • graphql-jpa-query-example-merge
  • graphql-jpa-query-dependencies
  • graphql-jpa-query-build
  • graphql-jpa-query-autoconfigure
  • graphql-jpa-query-web
  • graphql-jpa-query-example-model-starwars
  • graphql-jpa-query-example-model-books
  • graphql-jpa-query-graphiql
  • graphql-jpa-query-example-relay
  • graphql-jpa-query-introspection