IncomingOptions

class IncomingOptions(    val schema: Schema,     val codegenModels: String,     val schemaPackageName: String)

These are the options that should be the same in all modules.

Constructors

Link copied to clipboard
fun IncomingOptions(    schema: Schema,     codegenModels: String,     schemaPackageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val codegenModels: String
Link copied to clipboard
val schema: Schema
Link copied to clipboard
val schemaPackageName: String