ExpediaGroup / graphql-kotlin

Libraries for running GraphQL in Kotlin

Home Page:https://opensource.expediagroup.com/graphql-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically generate Kotlin data classes from Schema

siddheshlatkar opened this issue · comments

Is there a utility available to generate Kotlin data classes for ExpediaGroup servers from a GraphQL schema?

Why would we require this utility?
Our repository contains common types in the format of a GraphQL schema. In order to support consumers who utilize the code-first approach through the ExpediaGroup Kotlin library, we need to convert all the pre-existing common types into data classes that are compliant with ExpediaGroup's Kotlin server standards.