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

**Is your feature request related to a problem? Please describe.** We use graphql-kotlin with ktor at https://tignum.com/ and we really like it. The initial setup OTOH is not so nice....

type: enhancement
module: server

**Is your feature request related to a problem? Please describe.** Currently it is not possible to compose a GraphQL entity from multiple classes without using federation. In some cases, the...

type: enhancement

**Is your feature request related to a problem? Please describe.** We want to migrate existing Spring Boot Rest Projects, which right now use Tomcat to graphql-kotlin. It would be much...

type: enhancement
module: server

**Library Version** com.expediagroup:graphql-kotlin-schema-generator:5.3.2 **Describe the bug** Everything work has expected when comes the time to run it using GraalVM. The schema generator is crashing with this: Caused by: io.github.classgraph.ClassGraphException: Uncaught...

type: bug

**Is your feature request related to a problem? Please describe.** The `@GraphQLType` annotation currently helps add a custom type by providing a typename and defining the type in the config...

type: enhancement
module: generator

**Library Version** 5.1.1 **Describe the bug** Whenever Kotlin MPP is used instead of usual Kotlin, Expedia Gradle plugin fails to find `compileKotlin` task because in MPP you need `compileKotlinJvm` Problem...

type: bug

**Is your feature request related to a problem? Please describe.** I would like to define a fragment that is used across multiple queries. E.g. querying entities with `findAll(): List` and...

type: enhancement

**Is your feature request related to a problem? Please describe.** Currently I haven't found any way to annotate classes and Query:s to limit the complexity and depth of the queries,...

type: enhancement
module: server

**Library Version** \>= 4.1.1 **Describe the bug** As we know dynamic class loading is not working at runtime in native image. So ClassGraph call in ClassScanner is not working too,...

type: bug
module: generator

**Is your feature request related to a problem? Please describe.** `graphql-kotlin-client` currently supports query and mutation operations. We should provide support for subscription operations as well. **Describe the solution you'd...

type: enhancement
module: client