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