Skip to content

v1.0.2

Compare
Choose a tag to compare
@sav007 sav007 released this 26 Jul 17:45
44d5255

Breaking Changes: Having systemProp.apollographql.useGlobalApolloCodegen=true will require you to have apollo-codegen globally installed and will not fallback to local installation anymore.

Avoid possible types verification generation for non optional fragments (#1410)
Generate Java annotation to suppress unchecked warnings for marshaller (#1422)
Generate Kotlin input type models as data classes (#1421)
Fix issue with Kotlin code generation to read optional enum type (#1428)
Add visitor spec to generate visitor interface and compatible visitor method for Java (#1414)
Don't send content type JSON for GET requests (#1431)
Add types to prevent warnings in the IDE (#1450)
Fix NPE with httpcall been released before execution (#1442)
Fix: Speed up build configuration time (#1451)