graphql-kotlin
graphql-kotlin copied to clipboard
Libraries for running GraphQL in Kotlin
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. Release notes Sourced from peaceiris/actions-gh-pages's releases. actions-github-pages v4.0.0 See CHANGELOG.md for more details. actions-github-pages v3.9.3 See CHANGELOG.md for more details. actions-github-pages v3.9.2 See CHANGELOG.md...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps `wiremock` from 3.7.0 to 3.8.0. Updates `org.wiremock:wiremock` from 3.7.0 to 3.8.0 Release notes Sourced from org.wiremock:wiremock's releases. 3.8.0 🚀 New features and improvements Add a toString to the ResponsePartTemplateModel...
Bumps `spring-boot` from 3.2.7 to 3.3.1. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.7 to 3.3.1 Release notes Sourced from org.springframework.boot:spring-boot-configuration-processor's releases. v3.3.1 :lady_beetle: Bug Fixes SQL Server JDBC URL is malformed after adding...
Bumps `junit` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See...
Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.5.0 to 0.5.1. Release notes Sourced from dev.zacsweers.kctfork:core's releases. 0.5.1 New: Capture diagnostics with a severity level. This allows the output to be more easily filtered after...
Bumps `kotlin` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin-api` from 1.9.24 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin-api's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...
Right now an exception is thrown with lists of polymorphic types before `fun willGenerateGraphQLType(type: KType): GraphQLType?` since https://github.com/ExpediaGroup/graphql-kotlin/pull/801. My suggestion is to allow users to handle this situation with custom...
**Is your feature request related to a problem? Please describe.** The graphql maven/gradle plugin would suit a wider array of uses if it would be possible to opt-out from serialization...