CompiledValue

typealias CompiledValue = Any?

The Kotlin representation of a GraphQL value

CompiledValue can be any of ApolloJsonElement or CompiledVariable

Enum values are mapped to strings Int and Float values are mapped to com.apollographql.apollo3.api.json.JsonNumber