Releases: muuki88/sbt-graphql
Releases · muuki88/sbt-graphql
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.
Code Generation
This release contains the first implementation draft for query code generation.
See the readme for more details.
Initial Release
Features
All features are based on the excellent Sangria GraphQL library
- Schema generation - inspired by mediative/sangria-codegen
- Schema validation - sangria schema validation
- Schema validation against another schema - sangria schema comparison
- Schema release note generation
- Query validation against your locally generated schema - sangria query validation