graphql-kotlin icon indicating copy to clipboard operation
graphql-kotlin copied to clipboard

Libraries for running GraphQL in Kotlin

Results 100 graphql-kotlin issues
Sort by recently updated
recently updated
newest added

**Library Version** Latest **Describe the bug** When CORS is installed, the GQL server returns 405 for the Options request **To Reproduce** Install CORS & run the server ``` install(CORS) {...

type: bug

**Is your feature request related to a problem? Please describe.** It's not possible to create [custom union types](https://github.com/TheDome0/graphql-ordering-repro/blob/master/src/main/kotlin/com/example/graphql/CustomSchemaGeneratorHooks.kt) via `SchemaGeneratorHooks`, referencing types which are never directly exposed in the schema....

type: enhancement

**Library Version** 7.0.2 **Describe the bug** After upgrading from v6 to v7 the gradle build is failing with error ``` Build file '... /build.gradle.kts' line: 8 An exception occurred applying...

type: bug

**Is your feature request related to a problem? Please describe.** GraphQL subscriptions enables clients to receive real-time data. While WebSocket based implementations are currently the most popular options, they come...

type: enhancement

Bumps `graalvm` from 0.9.25 to 0.9.27. Updates `org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin` from 0.9.25 to 0.9.27 Release notes Sourced from org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin's releases. 0.9.27 What's Changed Bug fixes and improvements for GraalVM for JDK 21....

type: dependency changes

Bumps `detekt` from 1.23.0 to 1.23.1. Updates `io.gitlab.arturbosch.detekt:detekt-gradle-plugin` from 1.23.0 to 1.23.1 Release notes Sourced from io.gitlab.arturbosch.detekt:detekt-gradle-plugin's releases. v1.23.1 1.23.1 - 2023-07-30 This is a point release for Detekt 1.23.0,...

type: dependency changes

Bumps `reactor-core` from 3.5.6 to 3.5.9. Updates `io.projectreactor:reactor-core` from 3.5.6 to 3.5.9 Release notes Sourced from io.projectreactor:reactor-core's releases. v3.5.9 Reactor Core 3.5.9 is part of 2022.0.10 Release Train. What's Changed...

type: dependency changes

Bumps `kotlin` from 1.8.22 to 1.9.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin-api` from 1.8.22 to 1.9.10 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin-api's releases. Kotlin 1.9.10 Changelog Compiler KT-60769 Partially revert KT-58371 KT-60659 Incorrect 'unresolved reference:...

type: dependency changes

Bumps `kotlinx-benchmark` from 0.4.8 to 0.4.9. Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.8 to 0.4.9 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-benchmark-runtime's releases. v0.4.9 Support Kotlin 1.9.0 Support registering multiplatform source sets as benchmark targets...

type: dependency changes

**Library Version** graphql-kotlin-spring-server:6.2.5 **Describe the bug** I have encountered performance problems with a large number of requests. After deeper analysis, I found out that a query with input fields is...

type: bug
good first issue
module: generator