objectValue

abstract val objectValue: O(source)

A value of O, with any (and only) selections from viaduct.api.Resolver.objectValueFragment populated. Attempting to access fields not declared in viaduct.api.Resolver.objectValueFragment will throw a runtime exception.

This property provides lazy access to object selections. For synchronous access where all selections are pre-resolved, use getObjectValue instead.