caliban.interop.cats.implicits

Members list

Type members

Classlikes

final implicit class CatsEffectGraphQL[R](underlying: GraphQL[R]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class CatsEffectGraphQLInterpreter[R, E](underlying: GraphQLInterpreter[R, E]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Implicits

Implicits

final implicit def CatsEffectGraphQL[R](underlying: GraphQL[R]): CatsEffectGraphQL[R]
final implicit def CatsEffectGraphQLInterpreter[R, E](underlying: GraphQLInterpreter[R, E]): CatsEffectGraphQLInterpreter[R, E]
implicit def catsEffectSchema[F[_], R, A](implicit interop: FromEffect[F, R], ev: Schema[R, A]): Schema[R, F[A]]