EntityResolver

caliban.federation.EntityResolver
See theEntityResolver companion object
trait EntityResolver[-R]

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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