KgqlConfig

class KgqlConfig(project: Project, packageName: String?, sourceSet: FileCollection?, typeMapper: MutableMap<String, String>?)

Properties

packageName
Link copied to clipboard
var packageName: String? = null
project
Link copied to clipboard
val project: Project
sourceSet
Link copied to clipboard
var sourceSet: FileCollection? = null
typeMapper
Link copied to clipboard
var typeMapper: MutableMap<String, String>? = null