CodegenSchemaOptions

@Serializable
class CodegenSchemaOptions(val scalarMapping: Map<String, ScalarInfo>, val generateDataBuilders: Boolean?)

Constructors

Link copied to clipboard
constructor(scalarMapping: Map<String, ScalarInfo>, generateDataBuilders: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "writeCodegenSchemaOptions")
fun CodegenSchemaOptions.writeTo(file: File)

Writing options to files need to be public to start