Skip to content

2.0.0

Compare
Choose a tag to compare
@puneetbehl puneetbehl released this 06 Apr 19:37
· 23 commits to master since this release

Release Information

New less verbose operations checks

Now you can easily disable all operations for a specific domain class as:

static graphql = GraphQLMapping.build {
    operations.all.enabled false
}

See the operations documentation for more information on how to allow read-only or write-only operations

Updates

  • Updated GraphQL Java 14
  • GraphQL Response to also include the extension node.
  • Update to GORM Core 7.0.4
  • Update to GORM MongoDB 7.0.0
  • Less verbose operation checks.
  • Changed plugin name to gorm-graphql-plugin
  • Fixed some bugs related to multi-tenancy