deserialize

abstract fun deserialize(value: ApolloJsonElement?): T

Deserializes from an external JSON value to an internal Kotlin value.

Used to parse the request variables.

For an example String --> Date