Package-level declarations

Functions

Link copied to clipboard
fun <T> MutableExecutionOptions<T>.serverErrorsAsCacheMisses(serverErrorsAsCacheMisses: Boolean): T

Sets whether GraphQL errors in the cache should be treated as cache misses.

Link copied to clipboard
fun <T> MutableExecutionOptions<T>.throwOnCacheMiss(throwOnCacheMiss: Boolean): T

Sets whether missing fields from the cache should result in an exception.