CatsEffectGraphQLInterpreter

caliban.interop.cats.implicits.`package`.CatsEffectGraphQLInterpreter
final implicit class CatsEffectGraphQLInterpreter[R, E](underlying: GraphQLInterpreter[R, E]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def checkAsync[F[_]](query: String)(implicit interop: ToEffect[F, Any]): F[Unit]
def executeAsync[F[_]](query: String, operationName: Option[String], variables: Map[String, InputValue], extensions: Map[String, InputValue])(implicit interop: ToEffect[F, R]): F[GraphQLResponse[E]]