CacheMissException
class CacheMissException constructor( val key: String, val fieldName: String? = null, stale: Boolean = false) : ApolloException
Content copied to clipboard
An object/field was missing in the cache If fieldName is null, it means a reference to an object could not be resolved
Constructors
Link copied to clipboard
Link copied to clipboard
fun CacheMissException( key: String, fieldName: String? = null, stale: Boolean = false)
Content copied to clipboard