readOperation
abstract suspend fun <D : Operation.Data> readOperation( operation: Operation<D>, customScalarAdapters: CustomScalarAdapters = CustomScalarAdapters.Empty, cacheHeaders: CacheHeaders = CacheHeaders.NONE): D
Content copied to clipboard
Read GraphQL operation from store. This is a synchronous operation that might block if the underlying cache is doing IO
Return
the operation data
Parameters
operation
to be read
Throws
on other cache read errors