Type alias QueryReturn<T>

QueryReturn<T>: Promise<WeaviateReturn<T>> | Promise<GroupByReturn<T>>

The return type of the query methods. It is a union of a standard query and a group by query due to function overloading.

Type Parameters

  • T