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