KotlinOutput

class KotlinOutput(val fileSpecs: List<FileSpec>, val codegenMetadata: CodegenMetadata)

Output of the Kotlin code generation. It's a list of kotlinpoet FileSpec together with some metadata that maps the Kotlin files to their GraphQL origin.

Constructors

Link copied to clipboard
constructor(fileSpecs: List<FileSpec>, codegenMetadata: CodegenMetadata)

Properties

Link copied to clipboard
Link copied to clipboard
val fileSpecs: List<FileSpec>

Functions

Link copied to clipboard
operator fun plus(other: KotlinOutput): KotlinOutput
Link copied to clipboard