Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@muuki88 muuki88 released this 24 Jul 16:09
· 42 commits to main since this release
41c556c

JSON data decoder

#40 adds a decoder for the top level Data type. Before the circe decoder chain was incomplete.

document val in GraphQLQuery trait

#37 adds a document field to the GraphQLQuery trait for easier access to the raw document.

Remove redundant import

#39 fixes scalac linting error

User defined imports

#36 allows custom imports in every generated code

graphqlCodegenImports ++= Seq(
  "my.package._",
  "my.package.foo"
)