Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 851 Bytes

File metadata and controls

34 lines (26 loc) · 851 Bytes

Gorm GraphQL

An automatic GraphQL schema generator for GORM

Original code of this project you can find here. Original project was outdated for more than 2 years without merging open PRs which unfortunatiley makes that repository useless.

The main purpose :

  • Keep grails and graphql dependencies up to date
  • Push the latest version to the maven central

Dependencies

Usage

grails plugin :

<dependency>
    <groupId>org.myhab.tools</groupId>
    <artifactId>gorm-graphql-grails-plugin</artifactId>
    <version>2.1-SNAPSHOT</version>
</dependency>

gorm-graphql

<dependency>
    <groupId>org.myhab.tools</groupId>
    <artifactId>gorm-graphql</artifactId>
    <version>2.1-SNAPSHOT</version>
</dependency>