ObjectType

fun ObjectType(    name: String,     keyFields: List<String> = emptyList(),     implements: List<InterfaceType> = emptyList())