Skip to content

Releases: muuki88/sbt-graphql

0.6.0 Release

31 May 14:56
77416e0
Compare
Choose a tag to compare

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.

Code Generation

17 Mar 19:58
a108ede
Compare
Choose a tag to compare

This release contains the first implementation draft for query code generation.
See the readme for more details.

Initial Release

21 Sep 18:17
5ebd4e4
Compare
Choose a tag to compare

Features

All features are based on the excellent Sangria GraphQL library