Object

fun <KotlinType : Any> GSchemaBuilder.Object(    named: GSchemaBuilder.Interfaces,     kotlinType: KClass<KotlinType>,     configure: GDslForExecution.ObjectTypeDefinitionBuilder<KotlinType>.() -> Unit)
fun <KotlinType : Any> GSchemaBuilder.Object(    type: GNamedTypeRef,     kotlinType: KClass<KotlinType>,     configure: GDslForExecution.ObjectTypeDefinitionBuilder<KotlinType>.() -> Unit)
inline fun <KotlinType : Any> GSchemaBuilder.Object(type: GNamedTypeRef, noinline configure: GDslForExecution.ObjectTypeDefinitionBuilder<KotlinType>.() -> Unit)
inline fun <KotlinType : Any> GSchemaBuilder.Object(named: GSchemaBuilder.Interfaces, noinline configure: GDslForExecution.ObjectTypeDefinitionBuilder<KotlinType>.() -> Unit)