list

Executes the query and returns all rows converted to T.

A reified shortcut for FetchSpec.list.


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

Executes the query and returns all rows converted to T.

A reified shortcut for FetchSpec.list.