suspend fun <T : Any> GropiusRepository<T, String>.findById(id: ID): T

Wrapper for ReactiveCrudRepository.findById which unwraps the provided id and awaits the result

Return

the found node

Parameters

id

the id of the node to find

Type Parameters

T

the node type of the repository