QuickAdapter

caliban.QuickAdapter
See theQuickAdapter companion class
object QuickAdapter

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Configurator[-R] = URIO[R & Scope, Unit]

Value members

Concrete methods

def apply[R](interpreter: GraphQLInterpreter[R, Any]): QuickAdapter[R]
def default[R](implicit tag: Tag[R], trace: Trace): ZLayer[GraphQL[R], ValidationError, QuickAdapter[R]]
def handlers[R](implicit tag: Tag[R], trace: Trace): URIO[QuickAdapter[R], QuickHandlers[R]]
def live[R](implicit tag: Tag[R], trace: Trace): ZLayer[GraphQL[R] & ExecutionConfiguration, ValidationError, QuickAdapter[R]]