storePartialResponses

fun <T> MutableExecutionOptions<T>.storePartialResponses(storePartialResponses: Boolean): T

Parameters

storePartialResponses

Whether to store partial responses.

Errors are not stored in the cache and are therefore not replayed on cache reads. Set this to true if you want to store partial responses at the risk of also returning partial responses in subsequent cache reads.

Default: false