OverallWrapper

Wrapper for the whole query processing. Wraps a function from a request GraphQLRequest to a URIO[R, GraphQLResponse[CalibanError]].

Wrapper for the whole query processing. Wraps a function from a request GraphQLRequest to a URIO[R, GraphQLResponse[CalibanError]].

trait Wrapper[R]
class Object
trait Matchable
class Any

Value members

Inherited methods

def wrap[R1 <: R](f: GraphQLRequest => ZIO[R1, Nothing, GraphQLResponse[CalibanError]]): GraphQLRequest => ZIO[R1, Nothing, GraphQLResponse[CalibanError]]
Inherited from
SimpleWrapper
def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]
Inherited from
Wrapper