lusingander/kraphql
Generate Kotlin DSL from GraphQL schema
When working with GraphQL APIs in Kotlin, writing queries can be tedious and error-prone. This project automates the process by taking your GraphQL schema definition as input and generating a Kotlin Domain Specific Language (DSL) file. This DSL allows Kotlin developers to construct GraphQL queries directly within their code, making it more readable and type-safe.
No commits in the last 6 months.
Use this if you are a Kotlin developer frequently interacting with GraphQL APIs and want to write queries using a type-safe, fluent DSL.
Not ideal if you prefer to write raw GraphQL query strings or are using a different programming language for your API interactions.
Stars
9
Forks
—
Language
Kotlin
License
MIT
Category
Last pushed
Feb 19, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/lusingander/kraphql"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...