Record
class Record( val key: String, val fields: Map<String, Any?>, val mutationId: Uuid? = null) : Map<String, Any?>
Content copied to clipboard
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.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the list of referenced cache fields