Skip to content

0.6.0 Release

Compare
Choose a tag to compare
@muuki88 muuki88 released this 31 May 14:56
· 52 commits to main since this release
77416e0

This release marks the initial step towards full json support for output data and input variables.
With this version we support Circe encoders for the Apollo style.

In your build.sbt add

graphqlCodegenJson := JsonCodec.Circe

This will generate semi-derived encoders for the Data output.