v1.2.1
Fix input type field codegen with empty list as default values (#1659)
Fix issue with nested fragments not generated (#1658)
Fix parser don't accept empty input object as an argument (#1660)
Fix possible deadlock with http call execution (#1663)
Fix generated input type fields missing default values. (#1671)
Fix issue with locating root for __schema object (#1680)
Fix issue with generating field mapper for surrogate Fragment class (#1681)
Add default custom scalar type adapter for Object (#1685)
Fix fragment field is not generated with inline fragment (#1684)
Guard subscription manager state transitions (#1687)
Add the way to inject subscription connection params provider (#1688)
Add subscription state listener (#1691)
Include operation directives in document source (#1695)
Minify GraphQL query document (#1705)
Ignore comma GraphQL tokens (#1714)
Incubating plugin: lazy configuration and gradle-y things (#1715)
Lift restriction of having uniqueness of subscription registration (#1720)