CatsEffectGraphQL

caliban.interop.cats.implicits.package$.CatsEffectGraphQL
final implicit class CatsEffectGraphQL[R](underlying: GraphQL[R]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def interpreterAsync[F[_]](implicit interop: ToEffect[F, Any]): F[GraphQLInterpreter[R, CalibanError]]