Hi All.
I have recently released a beta version of Kobby Gradle Plugin - a codegenerator of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries and mutations in Kotlin with syntax similar to native GraphQL syntax.
Moreover, you can customize generated DSL by means of GraphQL schema directives and Kotlin extension functions.
The Kobby plugin is placed here:
Usage example (Spring Boot GraphQL server with generated by means of Kobby client) your can see here: