1. 04 2月, 2021 1 次提交
  2. 19 12月, 2020 1 次提交
  3. 08 12月, 2020 1 次提交
    • 梦境迷离's avatar
      Optimizations for Scala-generated classes (#417) · c7ac2044
      梦境迷离 提交于
      * Small format error
      
      * use case class for `XXParametrizedInput` and create apply for XXGraphQLOperationRequest
      
      * use case class for `XXParametrizedInput` and create apply for XXGraphQLOperationRequest
      
      * change interface method to properties
      
      * change interface method to properties
      c7ac2044
  4. 03 12月, 2020 1 次提交
    • 梦境迷离's avatar
      Refactor Scala and toString, equals (#411) · ba50f87f
      梦境迷离 提交于
      * Optimize equals
      
      * 1. Refactoring `toString` and `equals` methods(Simplify code bloat caused by large number of fields).
      2. For Scala(after that, kotlin will do the same), the `builder` is no longer generated by default.
      
      * rm a invalid `if`
      
      * rm a invalid `if`
      ba50f87f
  5. 27 11月, 2020 1 次提交