EntityResolver

trait EntityResolver[-R]

A resolver which is used when attempting to materialize types from their "any" representation

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def resolve(value: InputValue): ZQuery[R, CalibanError, Step[R]]
def toType: `__Type`