KgqlConfig

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

Constructors

Link copied to clipboard
fun KgqlConfig(    project: Project,     packageName: String? = null,     sourceSet: FileCollection? = null,     typeMapper: MutableMap<String, String>? = null)

Properties

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