suspend fun <T : Any> GropiusRepository<T, String>.findAllById(ids: Iterable<ID>): List<T>

Wrapper for ReactiveCrudRepository.findAllById which unwraps the provided ids and awaits the result

Return

the found nodes

Parameters

ids

the ids of the nodes to find

Type Parameters

T

the node type of the repository