This repository was archived by the owner on Mar 10, 2025. It is now read-only.
2.0.0
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
extensionnode. - 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