ResolverValue

typealias ResolverValue = Any?

The result of a resolver

  • an InternalValue for leaf types

  • an opaque value for composite types (doesn't have to be a map)

  • a List for list types