ConcentrationSurrogate
data class ConcentrationSurrogate<T>(val origin: Concentration<T>, val content: String) : GraphQLSurrogate<Concentration<T>> (source)
A GraphQL surrogate for a Concentration object. The content of the surrogate is a String (JSON String) representation of the actual content inside the origin.
Type Parameters
T
the type of the original concentration