0.6.0 Release
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.