Missing builder() when use generateKotlinModels = true. How I can create mutation if there is no builder() function in Kotlin class ?
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
Most helpful comment
But just to make sure, there is no need to generate builder if models are data classes