execute

@Suspendable
@NotNull
abstract fun execute(): PagedQuery.ResultSet<R>

Executes the PagedQuery.

Return

A ResultSet containing the results of executing the query.

Throws

If there is an error executing the query.