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
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