In the netflix grapql code gen documentation what is the equivalent of generateJava
in a kotlin project build script. And how can I specify the directory of generated codes?
Also in the below code, should i add all my domain types in the collection?
typeMapping = ["MyGraphQLType": "com.mypackage.MyJavaType"]