ProvideSomeLayer

caliban.GraphQLInterpreter.ProvideSomeLayer
final class ProvideSomeLayer[R0, -R, +E](self: GraphQLInterpreter[R, E]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[E1 >: E, R1](layer: => ZLayer[R0, E1, R1])(implicit ev1: R0 & R1 <:< R, tagged: Tag[R1]): GraphQLInterpreter[R0, E1]