aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
298 stars 58 forks source link

Discussion - comparison between ExpediaGroup/graphql-kotlin vs aPureBase/KGraphQL #214

Open ronjunevaldoz opened 1 year ago

ronjunevaldoz commented 1 year ago

cons/pros of using each library

ESchouten commented 1 year ago

For me: graphql-kotlin is maintained way more actively and kggraphql is somewhat dead. However, I still chose kgraphql because it fit my needs better, the api is a lot less boilerplate, and it's easier to create endpoints using generics.