Release Notes
This release contains a few bug fixes and improvements, in particular support for Relay.
Server
- Added basic support for Relay #1196 by @frekw
- Fixed variable resolution in directives #1263 by @ghostdogpr
- Improved
render
to show directives at the top of the schema #1270 by @Fluxx - Added missing directives from annotations when deriving Schemas for enums, unions, input objects and interfaces #1275 by @Fluxx
Client
- Added support for
BigInt
&BigDecimal
encoded as Strings #1250 by @nicoburniske - Added
ArgEncoder
forUUID
#1266 by @smiklos
Tools
- Used fully-qualified name for
Vector
in generated code so that it doesn't conflict with user types #1254 by @cornerman - Ensured code generated by the compile-time plugin does not trigger any warnings #1247 by @guizmaii