IntrospectionWrapper

caliban.wrappers.Wrapper$.IntrospectionWrapper
trait IntrospectionWrapper[-R] extends Wrapper[R]

Wrapper for the introspection query processing. Takes a function from a ZIO[R, ExecutionError, __Introspection] and that returns a ZIO[R, ExecutionError, __Introspection].

Attributes

Graph
Supertypes
trait Wrapper[R]
trait GraphQLAspect[Nothing, R]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def wrap[R1 <: R](effect: ZIO[R1, ExecutionError, `__Introspection`]): ZIO[R1, ExecutionError, `__Introspection`]

Inherited methods

def @@[LowerR1, UpperR1 <: R](other: GraphQLAspect[LowerR1, UpperR1]): GraphQLAspect[LowerR1, UpperR1]

Attributes

Inherited from:
GraphQLAspect
def apply[R1 <: R](that: GraphQL[R1]): GraphQL[R1]

Attributes

Inherited from:
Wrapper
def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]

Attributes

Inherited from:
Wrapper

Inherited fields

val priority: Int

Attributes

Inherited from:
Wrapper