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