RecordValue

typealias RecordValue = Any?

A typealias for a type-unsafe Kotlin representation of a Record value. This typealias is mainly for internal documentation purposes and low-level manipulations and should generally be avoided in application code.

RecordValue can be any of:

  • com.apollographql.apollo.api.json.ApolloJsonElement

  • CacheKey