v1.2.4
Release Notes
This is a minor release to fix small bugs and add minor things.
Server
- Fixed int values coercion into float values (it was making false positive validation errors) #1150 by @ghostdogpr
- Added support for a
@GQLExcluded
annotation that can hide fields #1141 by @frekw
Tools
- Fixed the code generation to support fields starting with capital letters #1140 by @several27
- Changed schema comparison to consider the addition of a mandatory argument breaking #1147 by @ghostdogpr
- Added Scala 3 reserved keywords support in code generation #1145 by @jgoday