Apollo-android: Missing builder() when use generateKotlinModels = true

Created on 6 Jul 2019  路  2Comments  路  Source: apollographql/apollo-android

Missing builder() when use generateKotlinModels = true. How I can create mutation if there is no builder() function in Kotlin class ?

compiler Bug

Most helpful comment

But just to make sure, there is no need to generate builder if models are data classes

All 2 comments

Oh that oversight, yeah for some reason input objects are not data classes. Fix is on it's way

But just to make sure, there is no need to generate builder if models are data classes

Was this page helpful?
0 / 5 - 0 ratings