fun registerPropertyDataFetcher(type: GraphQLFieldsContainer, fieldName: String, kClass: KClass<*>)

Registers a data fetcher for a specific property

Parameters

type

the container type on which to register the data fetcher

fieldName

the name of the property

kClass

the class which contains the property to use for data fetching