graphql-kotlin
graphql-kotlin copied to clipboard
Libraries for running GraphQL in Kotlin
**Library Version** `8.0.0-alpha.1` **Describe the bug** There is a change in schema printer behavior in GraphQL Java v22. Previously `@deprecated` was always applied on schema elements **regardless** whether schema contains...
**Library Version** 7.1.0 **Describe the bug** [This PR](https://github.com/ExpediaGroup/graphql-kotlin/pull/1943) moved the request execution away from netty to the default dispatcher. This causes issues in Micrometer (which we use for metrics) as...
**Library Version** Latest [7.1.1](https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/7.1.1) **Describe the bug** The way this library interacts with `graphql-java`, any non-blocking resolvers that lead to a result of a thrown `Throwable` descendant from `Error` and...
**Library Version** Latest (7.0.2) **Describe the bug** Using Kotlin annotation classes to define unions does not work with `@Deprecated` and sometimes does not work with `@GraphQLDescription`. **To Reproduce** If you...
**Library Version** 7.0.2 **Describe the bug** When I have a union type and want to use it on `@requires` directive, it fails. When I use: ```kotlin @RequiresDirective(fields = FieldSet("animal {...
Hi GraphQL Kotlin devs. I appreciate your work, and thanks for taking a look at this issue. Please let me know if there is any more details or information that...
**Library Version** Any latest version of 6, 7 and upcoming 8. **Describe the bug** https://github.com/ExpediaGroup/graphql-kotlin/pull/1960 This PR introduces breaking changes for many services, particularly those that use shared type libraries....
**Is your feature request related to a problem? Please describe.** In the context of using Ktor, there is a problem with the current implementation of Route.graphQLPostRoute() in graphql-kotlin. When this...
**Library Version** 7.1.4 **Describe the bug** `GraphQLContext.plus(map: Map)` has a signature that suggests it can accept null values, but passing null actually throws an AssertException. https://github.com/ExpediaGroup/graphql-kotlin/blob/d038e2e4aa8229e53e24c9046aa16c0c1a2378a6/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/extensions/GraphQLContextExtensions.kt#L65-L66 **To Reproduce** ```kotlin GraphQLContext.newContext().build().plus(mapOf("X"...
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0-rc.1 First release candidate for v4 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This is...