single

Executes the query and returns exactly one row converted to T.

A reified shortcut for FetchSpec.single.


inline suspend fun <T : Any> KueryClient.FetchSpec.single(): T(source)

Executes the query and returns exactly one row converted to T.

A reified shortcut for FetchSpec.single.