Releases: AurityLab/graphql-kotlin-toolkit
Releases · AurityLab/graphql-kotlin-toolkit
0.6.3
04 Oct 11:37
Compare
Sorry, something went wrong.
No results found
Fixes:
(spring boot) return the actual MultipartFile instance on the provided Upload scalar
0.6.1
13 Sep 09:06
Compare
Sorry, something went wrong.
No results found
Features:
(codegen) : Skip field definitions with "kResolver" directive for class generation ("kGenerate")
0.6.0
12 Aug 14:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes:
(codegen) Use a unique name for the "buildByMap" method of InputObjects to avoid clashes
0.3.1
21 Mar 15:51
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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:
0.2.4
07 Mar 13:30
Compare
Sorry, something went wrong.
No results found
Features:
(codegen) Allow "kRepresentation" directive on interface