Record
class Record(val key: String, val fields: Map<String, RecordValue>, val mutationId: Uuid? = null, val metadata: Map<String, Map<String, ApolloJsonElement>> = emptyMap()) : Map<String, Any?>
A normalized entry that corresponds to a response object. Object fields are stored if they are a GraphQL Scalars. If a field is a GraphQL Object a CacheKey will be stored instead.