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

**Is your feature request related to a problem? Please describe.** The current ktor client (4.0.0-alpha.3) is close to what we need to target IOS and Android with a multiplatform client...

type: enhancement
module: client

Currently there's no example demonstrating the implementation of a file upload. Desired would be one example with both, single and multiple files.

status: wontfix
type: documentation

We can update the default branch in the repo from `master` to `main`. There are a few tooling changes we would need to make. GH has some handy tools available...

type: enhancement

**Is your feature request related to a problem? Please describe.** Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway....

type: enhancement
good first issue
module: generator

The GraphQL spec allows for arguments to have default values: * https://graphql.org/learn/schema/#arguments Kotlin allows specifying default values: * https://kotlinlang.org/docs/reference/functions.html#default-arguments This information is not available on reflection though due to the...

type: enhancement
module: generator

Federation v2 support was added in v6 using an opt-in mechanism. In the next major release we should default to Federation v2 and provide an explicit opt-out to fallback to...

type: enhancement
good first issue

In the next major release we should update Kotlin to version 1.7. Many of our dependent libraries already updated to the new 1.7 baseline.

type: enhancement
good first issue

### Discussed in https://github.com/ExpediaGroup/graphql-kotlin/discussions/1565 Originally posted by **hchen** September 29, 2022 Hi team, we are getting the following errors when trying to use `@ExternalDirective` and `@RequiresDirective` in base type. ```...

type: bug
changes: patch
good first issue
module: generator

**Library Version** GraphQL Kotlin version: 6.2.0 Kotlin version: 1.6.21 **Describe the bug** When defining mutations that have fields that are objects that in turn contain fields that map to an...

type: bug

**Is your feature request related to a problem? Please describe.** `FederatedTypeResolver` is specified to provide a `List` which makes the idiomatic approach (specifying `T` as the actual type and not...

type: enhancement