parseLiteral

open override fun parseLiteral(value: GQLValue): Int

Deserializes from a GraphQL value to an internal value (Kotlin).

Used to parse literal argument values in GraphQL documents.

For an example GQLStringValue --> Date