graphql-kotlin
graphql-kotlin copied to clipboard
Libraries for running GraphQL in Kotlin
**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....
**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...
**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...
**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...
**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...
**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...
**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...
**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,...
**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,...
**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...