graphql-java / awesome-graphql-java

awesome list of graphql-java related projects
588 stars 93 forks source link

Add Kobby Plugin #37

Closed ermadmi78 closed 2 years ago

ermadmi78 commented 2 years ago

Kobby is a codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.

Kobby uses graphql-java to parse GraphQL schema.