getQueryValue

abstract suspend fun getQueryValue(): Q(source)

Returns a synchronously-accessible version of the query value where all selections have been eagerly resolved.

All selections declared in viaduct.api.Resolver.queryValueFragment are available synchronously without suspending.