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

Libraries for running GraphQL in Kotlin

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

### :pencil: Description When running blocking function data fetcher it does not respect coroutine scope provided in the GraphQL context. In my project we're creating custom a coroutine scope in...

**Library Version** 8.4.0 **Describe the bug** Somehow the changes for APQ are no longer included in the releases since version 8.6.0. The changes were implemented with PR #2067 and are...

type: bug

**Is your feature request related to a problem? Please describe.** I am looking for a rate limit feature on operations level that would allow detailed level of granularity and help...

type: enhancement

**Is your feature request related to a problem? Please describe.** The `SchemaGeneratorHooks.willGenerateGraphQLType` method is called when generating both input and output types, but the context of the call is not...

type: enhancement

I have an issue with moving to springboot 3.4.4. I keep getting the following No method found exception. ` 'ava.lang.Object kotlin.coroutines.intrinsics.IntrinsicsKt.wrapWithContinuationImpl(kotlin.jvm.functions.Function2, java.lang.Object, kotlin.coroutines.Continuation) ` I am running on Corretto 17.0.5...

Issue: https://github.com/ExpediaGroup/graphql-kotlin/issues/2092 ### :pencil: Description ### :link: Related Issues

Hello. I found an issue while upgrading to springboot 3.5.0. Springboot 3.5.0 uses graphql-java:24.0 and java-dataloader:5.0.0 With the introduction of jspecify, IDEs started throwing errors that didn't exist before. In...

type: bug

**Library Version** - `com.expediagroup:graphql-kotlin-ktor-server` >= `8.6.0` - Ktor 3.x.x **Describe the bug** The bug is almost identical to #2069; Most of the Ktor classes fail to resolve at runtime. The...

type: bug

Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.5.1 to 0.7.1. Release notes Sourced from dev.zacsweers.kctfork:core's releases. 0.7.1 Remove references to useOldBackend, which is removed in Kotlin 2.2.0. What's Changed Update dependency gradle to v8.12...

type: dependency changes

**Is your feature request related to a problem? Please explain.** The graphql-kotlin-ktor-server library has a built-in route function for WebSocket subscriptions (graphQLSubscriptionsRoute), but it doesn’t offer an easy way to...

type: enhancement