Skip to content

Releases: AurityLab/graphql-kotlin-toolkit

0.6.3

04 Oct 11:37
Compare
Choose a tag to compare

Fixes:

  • (spring boot) return the actual MultipartFile instance on the provided Upload scalar

0.6.1

13 Sep 09:06
Compare
Choose a tag to compare

Features:

  • (codegen): Skip field definitions with "kResolver" directive for class generation ("kGenerate")

0.6.0

12 Aug 14:44
Compare
Choose a tag to compare

Features:

  • (jpa): Implement first draft of the JPA module including a EntityGraph builder based on the GraphQL selection.

0.5.0

26 Jun 14:55
Compare
Choose a tag to compare

Features:

  • (codegen) Add @Suppress("UNCHECKED_CAST") to resolver functions
  • (codegen) Add the name of the field container to the package to avoid resolver interface clashes (Breaking change) #3
  • (codegen) Add input/output functions to generated enums to simplify usage with existing enums #1

0.4.0

08 Jun 11:14
Compare
Choose a tag to compare

Fixes:

  • (codegen) Fix some compiler warnings

Internal:

  • Updated all dependencies to their last versions
  • Buildscript has been refactored
  • New tests have been written

graphql-java has been updated to 15.0, which introduces some new features.

0.3.3

01 Jun 09:52
Compare
Choose a tag to compare

Fixes:

  • (spring boot) Allow nested variables
  • (codegen) Add "Char" to scalar mapping

Additionally, the documentation has been slightly updated and the test coverage has been increased.

0.3.2

25 Apr 17:17
Compare
Choose a tag to compare

Fixes:

  • (codegen) Use a unique name for the "buildByMap" method of InputObjects to avoid clashes

0.3.1

21 Mar 15:51
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixes:

  • (codegen) "startCursor" and "endCursor" on PageInfo is no optional, as the edges may be empty
  • (spring-boot) remove unnecessary println

0.3.0

21 Mar 12:39
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Features:

  • (codegen & spring-boot) Implement pagination (See here)
  • (codegen) The codegen will now generate interfaces instead of abstract classes for field resolvers
  • (codegen) Rename the Environment class for field resolvers to Env

Other:

  • Internal refactorings

0.2.4

07 Mar 13:30
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Features:

  • (codegen) Allow "kRepresentation" directive on interface