Skip to content

kirpi4ik/gorm-graphql

Repository files navigation

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>

About

An automatic GraphQL schema generator for GORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors